]> git.baikalelectronics.ru Git - kernel.git/commit
knfsd: remove bogus BUG_ON() call from nfsd4_locku
authorJeff Layton <jlayton@redhat.com>
Tue, 21 Aug 2012 12:02:31 +0000 (08:02 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 18:08:38 +0000 (14:08 -0400)
commitb4b2cd5d3c610e8aeda3ba9b8ba130cb776d1554
tree09ac3eca3978ae4ae78d9e73b091e4e05a41058c
parentb10a5cb034cc447a642751840a36e421f98b8e9a
knfsd: remove bogus BUG_ON() call from nfsd4_locku

The code checks for a NULL filp and handles it gracefully just before
this BUG_ON.

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