FreeBSD Bugzilla – Attachment 212270 Details for
Bug 244431
Incorrect file handle in fsync on FUSE-based filesystem.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Reinitialize io size for FUSE_FSYNC for each file handle
pr244431.diff (text/plain), 433 bytes, created by
Alan Somers
on 2020-03-09 01:10:06 UTC
(
hide
)
Description:
Reinitialize io size for FUSE_FSYNC for each file handle
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2020-03-09 01:10:06 UTC
Size:
433 bytes
patch
obsolete
>Index: sys/fs/fuse/fuse_internal.c >=================================================================== >--- sys/fs/fuse/fuse_internal.c (revision 358258) >+++ sys/fs/fuse/fuse_internal.c (working copy) >@@ -345,6 +345,7 @@ > * which file handle the caller is really referring to. > */ > LIST_FOREACH(fufh, &fvdat->handles, next) { >+ fdi.iosize = sizeof(*ffsi); > if (ffsi == NULL) > fdisp_make_vp(&fdi, op, vp, td, NULL); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244431
: 212270