]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - Documentation/admin-guide/kernel-parameters.txt
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)
commit5405fc44c3377358205ab4095fe9c44716aa0900
tree0cc85d03b5503ee017f84318c9c32a86fd6e6fc1
parentbb6aeba736ba9fd4d9569eec4bc3f7aecb42162a
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