projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb71e4a
)
NFS: Display the "nconnect" mount option if it is set.
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Thu, 27 Apr 2017 15:40:04 +0000
(11:40 -0400)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:50 +0000
(14:54 -0400)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/super.c
patch
|
blob
|
history
diff --git
a/fs/nfs/super.c
b/fs/nfs/super.c
index 68ad0b8bcabdf93f852c2001f4a976c184e9221d..bd3ba1d323ea1054b26a6216919841c8fe078311 100644
(file)
--- a/
fs/nfs/super.c
+++ b/
fs/nfs/super.c
@@
-678,6
+678,8
@@
static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss,
seq_printf(m, ",proto=%s",
rpc_peeraddr2str(nfss->client, RPC_DISPLAY_NETID));
rcu_read_unlock();
+ if (clp->cl_nconnect > 0)
+ seq_printf(m, ",nconnect=%u", clp->cl_nconnect);
if (version == 4) {
if (nfss->port != NFS_PORT)
seq_printf(m, ",port=%u", nfss->port);