OSDN Git Service

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>
Sun, 4 Nov 2012 19:43:39 +0000 (14:43 -0500)
commita2d30a54df968c01fff4a412ac23f55832f45fe6
tree719ffbf7617b2a495137ac3a6f8f51984f76a40f
parent326ce0a6da64df3eb8f13a623304ab8033d38c12
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