Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Eric Van Hensbergen <[email protected]>
- Loading branch information