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

fs/9p: Remove unnecessary superblock flags



These flags just add unnecessary extra operations.
When 9p is run without cache, it inherently implements
these options so we don't need them in the superblock
(which ends up sending extraneous fsyncs, etc.).  User
can still request these options on mount, but we don't
need to set them as default.

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