fs: add SYNC_FILE_RANGE_BACKGROUND flag for-4.10/wb-buf-throttle
authorJens Axboe <axboe@fb.com>
Sun, 6 Nov 2016 21:05:47 +0000 (14:05 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 10 Nov 2016 22:14:57 +0000 (15:14 -0700)
commit5651ab0cc7a2625cb7a046ab850a494ee45ae288
treeed9fb4c766407585cbedbf0c27abdaf1621c8c79
parent87760e5eef359788047d6fd54fc12eec74ce0d27
fs: add SYNC_FILE_RANGE_BACKGROUND flag

Allows userspace to submit a range for writeback, but without
the lower levels considering it important.

Signed-off-by: Jens Axboe <axboe@fb.com>
fs/sync.c
include/linux/fs.h
include/uapi/linux/fs.h
mm/fadvise.c
mm/filemap.c