commit | 1b7a1819078c68c4df4bba90f76b8113a08460de | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@netapp.com> | Tue Oct 23 10:43:39 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Nov 04 14:43:41 2012 -0500 |
tree | 28e13809dd756d0be47526787c462aad4f3462e6 | |
parent | 1bd58aaff44485ec9e3640af350f6ba1b33e2bec [diff] |
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 <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>