From: Josef Bacik Date: Mon, 1 Aug 2011 18:37:36 +0000 (-0400) Subject: Btrfs: don't call writepages from within write_full_page X-Git-Tag: v3.1-rc1~82^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d10ee2e6deb5c8409ae65b970846344897d5e4e;p=pandora-kernel.git Btrfs: don't call writepages from within write_full_page When doing a writepage we call writepages to try and write out any other dirty pages in the area. This could cause problems where we commit a transaction and then have somebody else dirtying metadata in the area as we could end up writing out a lot more than we care about, which could cause latency on anybody who is waiting for the transaction to completely finish committing. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed