commit | 7637241e651ec36e409412869f986dd5f097735f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Nov 01 10:00:38 2016 -0600 |
committer | Jens Axboe <axboe@fb.com> | Wed Nov 02 10:24:03 2016 -0600 |
tree | f91af371cfe570476ba301a33bcb4c3780c430b1 | |
parent | 1d796d6a9641fbfcd90fcfaf6fb4894a13d0304f [diff] |
writeback: add wbc_to_write_flags() Add wbc_to_write_flags(), which returns the write modifier flags to use, based on a struct writeback_control. No functional changes in this patch, but it prepares us for factoring other wbc fields for write type. Signed-off-by: Jens Axboe <axboe@fb.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Christoph Hellwig <hch@lst.de>