On Tue, Aug 21, 2012 at 08:02:31AM -0400, Jeff Layton wrote: > The code checks for a NULL filp and handles it gracefully just before > this BUG_ON. Thanks, applying for 3.6.--b. > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> > --- > fs/nfsd/nfs4state.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c > index 566a9b7..6e12fd5 100644 > --- a/fs/nfsd/nfs4state.c > +++ b/fs/nfsd/nfs4state.c > @@ -4294,7 +4294,6 @@ nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, > status = nfserr_lock_range; > goto out; > } > - BUG_ON(!filp); > locks_init_lock(&file_lock); > file_lock.fl_type = F_UNLCK; > file_lock.fl_owner = (fl_owner_t)lockowner(stp->st_stateowner); > -- > 1.7.11.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html