Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137886097
D53082.id164130.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
579 B
Referenced Files
None
Subscribers
None
D53082.id164130.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
@@ -284,7 +284,7 @@
struct mount *mp = vnode_mount(vp);
int err;
- if (fsess_not_impl(vnode_mount(vp), FUSE_FLUSH))
+ if (fsess_not_impl(mp, FUSE_FLUSH))
return 0;
err = fuse_filehandle_getrw(vp, fflag, &fufh, cred, pid);
@@ -292,7 +292,7 @@
return err;
if (fufh->fuse_open_flags & FOPEN_NOFLUSH &&
- (!fsess_opt_writeback(vnode_mount(vp))))
+ (!fsess_opt_writeback(mp)))
return (0);
fdisp_init(&fdi, sizeof(*ffi));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 9:23 PM (10 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23750399
Default Alt Text
D53082.id164130.diff (579 B)
Attached To
Mode
D53082: fuse_flush: Reuse the struct mount *mp variable
Attached
Detach File
Event Timeline
Log In to Comment