From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 10 Sep 2005 17:44:58 +0000 (+0200) Subject: [PATCH] uml: avoid already done dirtying X-Git-Tag: v2.6.14-rc1~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b036786a6bd08cf7a91e0cd58219a6717da2a6;p=pandora-kernel.git [PATCH] uml: avoid already done dirtying The PTE returned from handle_mm_fault is already marked as dirty and accessed if needed. Also, since this is not set with set_pte() (which sets NEWPAGE and NEWPROT as needed), this wouldn't work anyway. This version has been updated and fixed, thanks to some feedback from Jeff Dike. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed