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