aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/nfslockd.4
blob: 770d9b8736b0f3588f3edffeaafe842b8b298f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\"-
.\" Copyright (c) 2024 Dag-Erling Smørgrav
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.Dd May 8, 2024
.Dt NFSLOCKD 4
.Os
.Sh NAME
.Nm nfslockd
.Nd NFS advisory locking
.Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in
your kernel configuration file:
.Bd -ragged -offset indent
.Cd "options NFSLOCKD"
.Ed
.Pp
Alternatively, to load the driver as a module at boot time, place the
following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
nfslockd_load="YES"
.Ed
.Sh DESCRIPTION
The
.Nm
driver provides kernel support for NFSv3 advisory locking.
It works in tandem with
.Xr rpc.lockd 8 ,
which will normally load it on startup if it is not already loaded or
compiled-in.
.Sh SEE ALSO
.Xr rpc.lockd 8
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 6.4 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Doug Rabson Aq Mt dfr@FreeBSD.org .