Skip to content

Commit

Permalink
fusefs: fix a dead store in fuse_vnop_advlock
Browse files Browse the repository at this point in the history
kevans actually caught this in the original review and I fixed it, but
then I committed an older copy of the branch.  Whoops.

Reported by:	kevans
MFC after:	13 days
MFC with:	929acdb
Differential Revision:	https://reviews.freebsd.org/D29031
  • Loading branch information
asomers committed Mar 20, 2021
1 parent 7af04df commit 9c5aac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/fs/fuse/fuse_vnops.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ fuse_vnop_advlock(struct vop_advlock_args *ap)
break;
case F_UNLCK:
op = FUSE_SETLK;
flags |= F_UNLCK;
break;
default:
return EINVAL;
Expand Down

0 comments on commit 9c5aac8

Please sign in to comment.