]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED
authorWeston Andros Adamson <dros@netapp.com>
Tue, 23 Oct 2012 14:43:47 +0000 (10:43 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Nov 2012 16:02:19 +0000 (12:02 -0400)
commit238322502869c1725ace2190a5381bde98438ce8
tree0ca8165a0a5a699f1ffc03d3b6adb5a6f08aa0ba
parent1b8ac85c27590f987986a16527405e57a584c812
SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED

Replace two BUG_ON() calls with WARN_ON_ONCE() and early returns.

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