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

Replace BUG_ON() with WARN_ON_ONCE() and clean up after inactive task.

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