nfsd4: don't BUG in delegation break callback
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 16 Oct 2012 16:39:33 +0000 (12:39 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 8 Nov 2012 00:31:33 +0000 (19:31 -0500)
commit7fa10cd12df3ec0873a5db0d8dc8e978423b87dc
tree041b9ae2316dddac8d0b843e70b62dd275b33178
parent7032a3dd923f434132643321ad5faad128611f9e
nfsd4: don't BUG in delegation break callback

These conditions would indeed indicate bugs in the code, but if we want
to hear about them we're likely better off warning and returning than
immediately dying while holding file_lock_lock.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c