Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102691846
D36521.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D36521.diff
View Options
diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c
--- a/sys/ufs/ufs/ufs_vfsops.c
+++ b/sys/ufs/ufs/ufs_vfsops.c
@@ -121,11 +121,12 @@
vfs_ref(mp);
KASSERT(*mp_busy,
("%s called without busied mount", __func__));
- vn_start_write(NULL, &mp, V_WAIT | V_MNTREF);
+ vn_start_write(NULL, &mp, V_WAIT);
vfs_unbusy(mp);
*mp_busy = false;
error = quotaoff(td, mp, type);
vn_finished_write(mp);
+ vfs_rel(mp);
break;
case Q_SETQUOTA32:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 10:34 PM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14666045
Default Alt Text
D36521.diff (478 B)
Attached To
Mode
D36521: vfs: retire V_MNTREF
Attached
Detach File
Event Timeline
Log In to Comment