Skip to content
Commit 26eb3bae authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: extract helper for range writeback



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>
parent a2bc9236
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment