Skip to content
Unverified Commit be57855f authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

fs/9p: fix dups even in uncached mode



In uncached mode we were still seeing duplicate getattr requests
because of aggressive dropping of inodes.  Inode "freshness" is
guarded by other mechanisms when caches are disabled so this
is unnecessary and increases overhead of almost every operation.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@kernel.org>
parent 724a0845
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