fusefs: fix a dead store in fuse_vnop_advlock
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: 929acdb19a
Differential Revision: https://reviews.freebsd.org/D29031
This commit is contained in:
parent
7af04dff02
commit
9c5aac8f2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user