git: b29fb6cffd02 - main - Improve description of the nocache option.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 May 2022 11:03:39 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/src/commit/?id=b29fb6cffd025dea9fb51e7c61c7f8e4f380ff4e commit b29fb6cffd025dea9fb51e7c61c7f8e4f380ff4e Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2022-05-06 11:00:37 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2022-05-06 11:03:30 +0000 Improve description of the nocache option. Discussed with: pstef --- sbin/mount_nullfs/mount_nullfs.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 87cdeb288d83..756b13a7ffdf 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -33,7 +33,7 @@ .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 .\" $FreeBSD$ .\" -.Dd April 22, 2022 +.Dd May 6, 2022 .Dt MOUNT_NULLFS 8 .Os .Sh NAME @@ -83,8 +83,10 @@ 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. +Disable metadata caching in the null layer. Some lower-layer file systems may force this option. +Depending on the access pattern, +this may result in increased lock contention. .El .El .Pp