]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: remove BUG_ON from call_bc_transmit
authorWeston Andros Adamson <dros@netapp.com>
Tue, 23 Oct 2012 14:43:30 +0000 (10:43 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Nov 2012 16:02:11 +0000 (12:02 -0400)
commitf516b47425e12ad735c61d1164f4c6bb38f3837f
treea3c6ddc6b844a020746b05f2a5b889ca45cc5eb9
parent627743ccccae56f7167f6aa6df9bdb3ca95d2528
SUNRPC: remove BUG_ON from call_bc_transmit

Replace BUG_ON() with WARN_ON_ONCE().

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