• Miklos Szeredi's avatar
    fuse: extract helper for range writeback · 26eb3bae
    Miklos Szeredi authored
    The fuse_writeback_range() helper flushes dirty data to the userspace
    filesystem.
    
    When the function returns, the WRITE requests for the data in the given
    range have all been completed.  This is not equivalent to fsync() on the
    given range, since the userspace filesystem may not yet have the data on
    stable storage.
    Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
    26eb3bae
file.c 79.5 KB