diff options
author | 2012-10-23 10:43:35 -0400 | |
---|---|---|
committer | 2012-11-04 14:43:41 -0500 | |
commit | 4c9c52e479f493ccfc3f513e870912115b49058f (patch) | |
tree | 36cefe2821fcd4224a63e3f116d861a934502231 /net/sunrpc/svc.c | |
parent | SUNRPC: remove BUG_ON from xprt_destroy_backchannel (diff) | |
download | linux-dev-4c9c52e479f493ccfc3f513e870912115b49058f.tar.xz linux-dev-4c9c52e479f493ccfc3f513e870912115b49058f.zip |
SUNRPC: remove BUG_ON from bc_send
Replace BUG_ON() with WARN_ON_ONCE(). The error condition is a simple
ref counting sanity check and the following code will not free anything
until final put.
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/svc.c')
0 files changed, 0 insertions, 0 deletions