From: Chris Mason Date: Thu, 17 Jul 2008 16:53:51 +0000 (-0400) Subject: Btrfs: Use async helpers to deal with pages that have been improperly dirtied X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247e743cbe6e655768c3679f84821e03c1577902;p=pandora-kernel.git Btrfs: Use async helpers to deal with pages that have been improperly dirtied Higher layers sometimes call set_page_dirty without asking the filesystem to help. This causes many problems for the data=ordered and cow code. This commit detects pages that haven't been properly setup for IO and kicks off an async helper to deal with them. Signed-off-by: Chris Mason --- Reading git-diff-tree failed