From: Weston Andros Adamson Date: Tue, 23 Oct 2012 14:43:39 +0000 (-0400) Subject: SUNRPC: remove BUG_ONs from *_reclassify_socket* X-Git-Tag: v3.8-rc1~72^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7a1819078c68c4df4bba90f76b8113a08460de;p=pandora-kernel.git SUNRPC: remove BUG_ONs from *_reclassify_socket* Replace multiple BUG_ON() calls with WARN_ON_ONCE() and early return when sanity checking socket ownership (lock). The bind call will fail if the socket was unsuccessfully reclassified. Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed