From: Miklos Szeredi Date: Thu, 21 Dec 2006 14:18:23 +0000 (+0100) Subject: [PATCH] fuse: remove clear_page_dirty() call X-Git-Tag: v2.6.20-rc2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9280f6822c2d7112b47107251fce307aefb31f35;p=pandora-kernel.git [PATCH] fuse: remove clear_page_dirty() call The use by FUSE was just a remnant of an optimization from the time when writable mappings were supported. Now FUSE never actually allows the creation of dirty pages, so this invocation of clear_page_dirty() is effectively a no-op. Signed-off-by: Miklos Szeredi Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed