NFS: Display the "fsc=" mount option if it is set
authorChen Hanxiao <chenhx.fnst@fujitsu.com>
Thu, 25 Jan 2024 05:52:42 +0000 (13:52 +0800)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 28 Feb 2024 21:18:18 +0000 (16:18 -0500)
commit490566edad2309f1fe086887efa311fdf65b4a04
tree9e44318e5fb64a600d8237fc6f3083aabfef90f9
parent6e21eda471129b1b783c5212ec9a738fa7de204d
NFS: Display the "fsc=" mount option if it is set

With this patch, mount command will show fsc=xxx if set:

If -o fsc=6666
clientaddr=192.168.122.208,fsc=6666,local_lock=none

If only -o fsc
clientaddr=192.168.122.208,fsc,local_lock=none

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/super.c