]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: remove BUG_ON in svc_xprt_received
authorWeston Andros Adamson <dros@netapp.com>
Tue, 23 Oct 2012 14:43:40 +0000 (10:43 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Nov 2012 16:02:16 +0000 (12:02 -0400)
commit5302f4d9f8402fb3e0ccf39200ec274cb65a3720
tree9bbbb76cd8d7a8d9ab34621d32bac19efec414e4
parentb5d0e27929e6033b1f780cb311cdb3333956e0dd
SUNRPC: remove BUG_ON in svc_xprt_received

Replace BUG_ON() with a WARN_ON_ONCE() and early return.

Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/svc_xprt.c