Re: [PATCH 5/6] Btrfs: fix wrong write range for filemap_fdatawrite_range()

2014-07-24 Thread David Sterba
On Thu, Jul 17, 2014 at 11:44:13AM +0800, Wang Shilong wrote: filemap_fdatawrite_range() expect the third arg to be @end not @len, fix it. Signed-off-by: Wang Shilong wangsl.f...@cn.fujitsu.com Reviewed-by: David Sterba dste...@suse.cz Good catch. -- To unsubscribe from this list: send the

[PATCH 5/6] Btrfs: fix wrong write range for filemap_fdatawrite_range()

2014-07-16 Thread Wang Shilong
filemap_fdatawrite_range() expect the third arg to be @end not @len, fix it. Signed-off-by: Wang Shilong wangsl.f...@cn.fujitsu.com --- fs/btrfs/inode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index e2c3d63..ed8b55c 100644 ---