]> git.hungrycats.org Git - linux/commit
Btrfs: add helper btrfs_fdatawrite_range
authorFilipe Manana <fdmanana@suse.com>
Fri, 10 Oct 2014 08:43:11 +0000 (09:43 +0100)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:16:54 +0000 (08:16 -0500)
commitc6759ac5d3bc91bb696717f96ba0ca84c0e20c94
treed048ac6b7d47d3f64c272085949506e91363cec0
parentfbedac6c83fab6e5bf009c95584e4380941c6c0c
Btrfs: add helper btrfs_fdatawrite_range

To avoid duplicating this double filemap_fdatawrite_range() call for
inodes with async extents (compressed writes) so often.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit 728404dacfddb5364d7256d821a2ea482159cbe7)
fs/btrfs/ctree.h
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ordered-data.c