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)
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>

No differences found