Documentation: kernel-parameters: sort NFS parameters
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 27 Feb 2023 02:58:16 +0000 (18:58 -0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 14 Mar 2023 18:43:36 +0000 (12:43 -0600)
commitc500488f23836bd29e794128549865ae80536950
tree7d1dd97445dea338380b608aa8d7cf5adc65ab6f
parent184cd8aa0c442a5f059f379a4b1af9145eecdb4b
Documentation: kernel-parameters: sort NFS parameters

Sort the NFS kernel command line parameters. This is done in 4 groups
so as to not have them intermingled: 'nfs' module parameters, 'nfs4'
module parameters, 'nfsd' module parameters, and nfs "global" (__setup,
no module) parameters.

There were 5 parameters which were listed with a space between the
parameter name and the following '=' sign. The space has been
removed since module parameters expect 'parameter=' with no intervening
space.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: Jeff Layton <jlayton@kernel.org>
Cc: linux-nfs@vger.kernel.org
Link: https://lore.kernel.org/r/20230227025816.1083-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/kernel-parameters.txt