commit | 749386e906e76e3244030c35aeccfcb19c3357b8 | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@netapp.com> | Tue Oct 23 10:43:37 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Nov 04 14:43:41 2012 -0500 |
tree | 0b20564e5bc872bc9e45ea470dbc29b939d18caf | |
parent | 0db74d9a2d2b312dd2cff066c5b97b8e626e403a [diff] |
SUNRPC: remove BUG_ON in rpc_put_sb_net Replace BUG_ON() with WARN_ON() - the condition is definitely a misuse of the API, but shouldn't cause a crash. Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>