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
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/fs/fuse/fuse_vnops.c | ||
---|---|---|
685–726 | Need goto unlock instead of return (err); to avoid leaking the locks, I think. |