]> 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, 24 Oct 2012 15:29:14 +0000 (11:29 -0400)
commitc48de44b849db3a3410a292725489c2992d22fdb
treea6b4998285925f3ea475f627a969854336fbfff5
parentff6ea50f3d8b2bd47c1be2d72d5dd719b1d6e98b
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