commit | 4c9c52e479f493ccfc3f513e870912115b49058f | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@netapp.com> | Tue Oct 23 10:43:35 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Nov 04 14:43:41 2012 -0500 |
tree | 36cefe2821fcd4224a63e3f116d861a934502231 | |
parent | c4ded8d9771c8e8d5d7a202d58af9c70591dd675 [diff] |
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>