]> 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>
Wed, 31 Oct 2012 20:27:29 +0000 (16:27 -0400)
commit42850b76d6c9fa060cb3e3eb44483d7123eb323a
treed7bc124e1f0b2bedf68f148c32a318c78d97cf25
parentedff5488da9f214df23d34dac3fdbd4b41023c14
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