]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.x: Add kernel parameter to control the callback server
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 30 Aug 2016 00:03:52 +0000 (20:03 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 19 Sep 2016 17:08:36 +0000 (13:08 -0400)
commitf310b382411c01e3853492009bff1531415d4a75
tree0cc85d03b5503ee017f84318c9c32a86fd6e6fc1
parentf1c82afa61f965e8c8de6c635758b1181bed3e5e
NFSv4.x: Add kernel parameter to control the callback server

Add support for the kernel parameter nfs.callback_nr_threads to set
the number of threads that will be assigned to the callback channel.

Add support for the kernel parameter nfs.nfs.max_session_cb_slots
to set the maximum size of the callback channel slot table.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Documentation/kernel-parameters.txt
fs/nfs/callback.c
fs/nfs/callback.h
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4session.h
fs/nfs/super.c