Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5592a3f3 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields
Browse files

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: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent da5c80a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);