From: Andrew Morton Date: Mon, 12 Dec 2005 08:36:59 +0000 (-0800) Subject: [PATCH] blkmtd: use clear_page_dirty() X-Git-Tag: v2.6.15-rc6~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe968f167975d10c639f03c4934f05a29da73c0;p=pandora-kernel.git [PATCH] blkmtd: use clear_page_dirty() SetPageDirty() and ClearPageDirty() are low-level thing which filesystems shouldn't be using. They bypass dirty page accounting. Cc: David Woodhouse Acked-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed