fs/9p: Remove unnecessary superblock flags
authorEric Van Hensbergen <ericvh@kernel.org>
Sat, 17 Dec 2022 17:05:47 +0000 (17:05 +0000)
committerEric Van Hensbergen <ericvh@kernel.org>
Mon, 27 Mar 2023 02:33:47 +0000 (02:33 +0000)
commit740b8bf87322701b4607b77346477cbc764f5c56
tree27b442495d32cf64f09234cf433ee55d0ac04838
parentd9bc0d11e33bd7b6bfeedc570cd5738e5b4c7ca8
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: Eric Van Hensbergen <ericvh@kernel.org>
fs/9p/vfs_super.c