From: Russell King Date: Sun, 27 Jul 2008 09:35:54 +0000 (+0100) Subject: [ARM] Fix shared mmap when more than two maps of the same file exist X-Git-Tag: v2.6.27-rc1~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53cdb27a933e4032934cbda0b447cfc9943c0eac;p=pandora-kernel.git [ARM] Fix shared mmap when more than two maps of the same file exist The shared mmap code works fine for the test case, which only checked for two shared maps of the same file. However, three shared maps result in one mapping remaining cached, resulting in stale data being visible via that mapping. Fix this. Signed-off-by: Russell King --- Reading git-diff-tree failed