26 lines · plain
1===================================2Documentation for /proc/sys/sunrpc/3===================================4 5kernel version 2.2.106 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 in14/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 debug17flags of the SUN Remote Procedure Call (RPC) subsystem in18the Linux kernel. This stuff is used for NFS, KNFSD and19maybe 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 the25source code in net/sunrpc/ for more information.26