Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block_write_full_page: Use synchronous writes for WBC_SYNC_ALL writeb…
…acks When doing synchronous writes because wbc->sync_mode is set to WBC_SYNC_ALL, send the write request using WRITE_SYNC, so that we don't unduly block system calls such as fsync(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Acked-by: Jan Kara <jack@suse.cz>
- Loading branch information