From: Josef Bacik Date: Fri, 15 Jul 2011 21:26:38 +0000 (+0000) Subject: Btrfs: tag pages for writeback in sync X-Git-Tag: v3.1-rc1~134^2^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7aaa06bff6f5fe049ce9723267e1639c2c3d8b5;p=pandora-kernel.git Btrfs: tag pages for writeback in sync Everybody else does this, we need to do it too. If we're syncing, we need to tag the pages we're going to write for writeback so we don't end up writing the same stuff over and over again if somebody is constantly redirtying our file. This will keep us from having latencies with heavy sync workloads. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed