Skip to content
Commit 50fd8010 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

9p: soften invalidation in loose_mode



Loose mode in 9p utilizes the page cache without respecting coherency with
the server.  Any writes previously invaldiated the entire mapping for a file.
This patch softens the behavior to only invalidate the region of the actual
write.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent ba17674f
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