MFC-With: 92bbfe1f0d1f1c4436d1f064a16e5aaf682526ba
Details
Details
- Reviewers
cem - Commits
- R10:17a82e6af8e2: Fix vnode locking bug in fuse_vnop_copy_file_range
fusefs test suite with DEBUG_VFS_LOCKS
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
sys/fs/fuse/fuse_vnops.c | ||
---|---|---|
684–725 | Need goto unlock instead of return (err); to avoid leaking the locks, I think. |