From: Bernard Pidoux Date: Mon, 14 Feb 2011 21:33:49 +0000 (-0800) Subject: ROSE: AX25: finding routes simplification X-Git-Tag: v2.6.39-rc1~468^2~352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68aa3fd551e9d54d98794852714dc1edbb21df77;p=pandora-kernel.git ROSE: AX25: finding routes simplification With previous patch, rose_get_neigh() routine investigates the full list of neighbor nodes until it finds or not an already connected node whether it is called locally or through a level 3 transit frame. If no routes are opened through an adjacent connected node then a classical connect request is attempted. Then there is no more reason for an extra loop such as the one removed by this patch. Signed-off-by: Bernard Pidoux Signed-off-by: David S. Miller --- Reading git-diff-tree failed