Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173301460
D59982.id187598.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D59982.id187598.diff
View Options
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -2558,7 +2558,7 @@
error = 0;
mtx_lock(&mountlist_mtx);
TAILQ_FOREACH(mp, &mountlist, mnt_list) {
- error = vfs_busy(mp, MBF_MNTLSTLOCK);
+ error = vfs_busy(mp, MBF_MNTLSTLOCK | MBF_NOWAIT);
if (error != 0)
continue;
error = mp->mnt_op->vfs_report_lockf(mp, sb);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 26, 3:06 AM (9 m, 9 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39599323
Default Alt Text
D59982.id187598.diff (400 B)
Attached To
Mode
D59982: lockf: Do not block in vfs_busy()
Attached
Detach File
Event Timeline
Log In to Comment