diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2020-03-09 01:57:21 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2020-03-09 01:57:21 +0000 |
| commit | d970778e6fafb5b5e165d4708ef0e8e83904c707 (patch) | |
| tree | 46fec4c4ed05290e2fe570fd1683d60646fe0d19 /sys/fs | |
| parent | cc6e71e16c99cec678befda3aa27da292c17ddde (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fuse/fuse_internal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index a3fceb0e13602..c5c2a57186d1d 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -345,6 +345,7 @@ fuse_internal_fsync(struct vnode *vp, * 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 |
