From: Jeff Layton Date: Wed, 7 Jul 2010 00:43:02 +0000 (-0400) Subject: cifs: move address comparison into separate function X-Git-Tag: v2.6.36-rc1~590^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4515148ef72bfda4ce3c8754149711d9972867ce;p=pandora-kernel.git cifs: move address comparison into separate function Move the address comparator out of cifs_find_tcp_session and into a separate function for cleanliness. Also change the argument to that function to a "struct sockaddr" pointer. Passing pointers to sockaddr_storage is a little odd since that struct is generally for declaring static storage. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed