aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-10-28 10:37:02 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-19 14:18:05 -0500
commit633b570376991e0447c63d925990ecc02896b25e (patch)
tree75e313979e31b283a59816415c4abae466d222f5 /fs
parenta5209aa990423458d10849575bd768663d40bebb (diff)
NFS: fix typo in parameter description
commit f36ab161bebe464d33b998294eff29b17a9c8918 upstream. Fix typo in parameter description. Fixes: 5405fc44c337 ("NFSv4.x: Add kernel parameter to control the callback server") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 001796bcd6c8..ddce94ce8142 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -2904,7 +2904,7 @@ module_param(max_session_slots, ushort, 0644);
2904MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 " 2904MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 "
2905 "requests the client will negotiate"); 2905 "requests the client will negotiate");
2906module_param(max_session_cb_slots, ushort, 0644); 2906module_param(max_session_cb_slots, ushort, 0644);
2907MODULE_PARM_DESC(max_session_slots, "Maximum number of parallel NFSv4.1 " 2907MODULE_PARM_DESC(max_session_cb_slots, "Maximum number of parallel NFSv4.1 "
2908 "callbacks the client will process for a given server"); 2908 "callbacks the client will process for a given server");
2909module_param(send_implementation_id, ushort, 0644); 2909module_param(send_implementation_id, ushort, 0644);
2910MODULE_PARM_DESC(send_implementation_id, 2910MODULE_PARM_DESC(send_implementation_id,