xref: /linux/Documentation/admin-guide/sysctl/sunrpc.rst (revision 3fd2f3d2f4259df19eec3ea5a188d7c50a37e216)
1===================================
2Documentation for /proc/sys/sunrpc/
3===================================
4
5kernel version 2.2.10
6
7Copyright (c) 1998, 1999,  Rik van Riel <riel@nl.linux.org>
8
9For general info and legal blurb, please look in index.rst.
10
11------------------------------------------------------------------------------
12
13This file contains the documentation for the sysctl files in
14/proc/sys/sunrpc and is valid for Linux kernel version 2.2.
15
16The files in this directory can be used to (re)set the debug
17flags of the SUN Remote Procedure Call (RPC) subsystem in
18the Linux kernel. This stuff is used for NFS, KNFSD and
19maybe a few other things as well.
20
21The files in there are used to control the debugging flags:
22rpc_debug, nfs_debug, nfsd_debug and nlm_debug.
23
24These flags are for kernel hackers only. You should read the
25source code in net/sunrpc/ for more information.
26