]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix a dead store in fuse_vnop_advlock
authorAlan Somers <asomers@FreeBSD.org>
Sat, 20 Mar 2021 01:38:57 +0000 (19:38 -0600)
committerAlan Somers <asomers@FreeBSD.org>
Sat, 20 Mar 2021 01:38:57 +0000 (19:38 -0600)
commit9c5aac8f2e84ca4bbdf82514302c08c0453ec59b
tree7f69af362af330596fec168c577c0518a93a3ece
parent7af04dff025d98e2feff979756ecde8ef0ace390
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: 929acdb19acb67cc0e6ee5439df98e28a84d4772
Differential Revision: https://reviews.freebsd.org/D29031
sys/fs/fuse/fuse_vnops.c