MFC-With: 92bbfe1f0d1f1c4436d1f064a16e5aaf682526ba
Details
Details
- Reviewers
cem - Commits
- rG17a82e6af8e2: Fix vnode locking bug in fuse_vnop_copy_file_range
fusefs test suite with DEBUG_VFS_LOCKS
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35911 Build 32800: arc lint + arc unit
Event Timeline
sys/fs/fuse/fuse_vnops.c | ||
---|---|---|
681–722 | Need goto unlock instead of return (err); to avoid leaking the locks, I think. |