]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lockd: Remove BUG_ON()s in fs/lockd/host.c
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 15 Oct 2012 21:26:20 +0000 (17:26 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 29 Oct 2012 16:14:51 +0000 (12:14 -0400)
commit3f7885cc86a96b476e932402f4996f027c2a8b96
tree03ba4c01465bb56189ad175b0afeaa7fb5319382
parentf4ac2f19962a4a23f61113fc1811ccbbda2e0941
lockd: Remove BUG_ON()s in fs/lockd/host.c

- Convert the non-trivial ones into WARN_ON_ONCE().
- Remove the trivial refcounting BUGs

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/host.c