]> 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>
Thu, 1 Nov 2012 16:02:09 +0000 (12:02 -0400)
commitbec92e2306cbc2654ac931b0d26a66cddf485f3b
treee1326fe294ecdb0e988ec087c0f47e5b55d1e7ad
parentc2830d58cb8f1d0bb1a3f7ef8a28b197a830fdc7
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