Add nullfs specific nocache option.

This commit is contained in:
Alexander Leidinger 2022-04-22 10:22:26 +02:00
parent e8de31cace
commit b75644771a

View File

@ -33,7 +33,7 @@
.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
.Dd October 3, 2016
.Dd April 22, 2022
.Dt MOUNT_NULLFS 8
.Os
.Sh NAME
@ -80,6 +80,12 @@ flag followed by a comma separated string of options.
See the
.Xr mount 8
man page for possible options and their meanings.
Additionally the following option is supported:
.Bl -tag -width indent
.It Cm nocache
Disable caching in the null layer.
Some lower-layer file systems may force this option.
.El
.El
.Pp
The null layer has two purposes.