Re: [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Aug 20, 2025 at 5:52 PM Darrick J. Wong <djwong@xxxxxxxxxx> wrote:
>
> From: Darrick J. Wong <djwong@xxxxxxxxxx>
>
> Turn on syncfs for all fuse servers so that the ones in the know can
> flush cached intermediate data and logs to disk.
>
> Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx>
> ---
>  fs/fuse/inode.c |    1 +
>  1 file changed, 1 insertion(+)
>
>
> diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c
> index 463879830ecf34..b05510799f93e1 100644
> --- a/fs/fuse/inode.c
> +++ b/fs/fuse/inode.c
> @@ -1814,6 +1814,7 @@ int fuse_fill_super_common(struct super_block *sb, struct fuse_fs_context *ctx)
>                 if (!sb_set_blocksize(sb, ctx->blksize))
>                         goto err;
>  #endif
> +               fc->sync_fs = 1;

AFAICT, this enables syncfs only for fuseblk servers. Is this what you
intended?


Thanks,
Joanne
>         } else {
>                 sb->s_blocksize = PAGE_SIZE;
>                 sb->s_blocksize_bits = PAGE_SHIFT;
>





[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux