git: 91a60385457a - stable/12 - Add missing change from c76461e064b675c8edd3b1d9bb917905a885a860
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 03:08:15 UTC
The branch stable/12 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=91a60385457af7dab3fc650b77e8154d9787f578 commit 91a60385457af7dab3fc650b77e8154d9787f578 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2022-10-19 03:07:21 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2022-10-19 03:07:21 +0000 Add missing change from c76461e064b675c8edd3b1d9bb917905a885a860 Direct commit to stable/12 because it fixes an MFC mismerge --- sys/fs/fuse/fuse_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c index 311ea8a049ef..ce30382e9ade 100644 --- a/sys/fs/fuse/fuse_vnops.c +++ b/sys/fs/fuse/fuse_vnops.c @@ -456,7 +456,7 @@ fuse_vnop_advlock(struct vop_advlock_args *ap) } out: - VOP_UNLOCK(vp); + VOP_UNLOCK(vp, 0); return err; }