Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150557697
D27939.id81586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
334 B
Referenced Files
None
Subscribers
None
D27939.id81586.diff
View Options
diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c
--- a/sys/fs/fuse/fuse_vnops.c
+++ b/sys/fs/fuse/fuse_vnops.c
@@ -330,7 +330,7 @@
struct mount *mp = vnode_mount(vp);
int err;
- MPASS(VOP_ISLOCKED(vp));
+ ASSERT_VOP_LOCKED(vp, __func__);
err = fuse_filehandle_getrw(vp, FREAD, &fufh, cred, pid);
if (err)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 8:26 AM (3 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30750315
Default Alt Text
D27939.id81586.diff (334 B)
Attached To
Mode
D27939: fusefs: only check vnode locks with DEBUG_VFS_LOCKS
Attached
Detach File
Event Timeline
Log In to Comment