Skip to content
Commit 53cdb27a authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent daf93dd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment