git: de21d08e9e31 - stable/13 - nullfs_mount(): fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 00:47:40 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=de21d08e9e31059d0a387bd2cf180528adb473ff commit de21d08e9e31059d0a387bd2cf180528adb473ff Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-03-08 18:51:04 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-03-13 00:31:21 +0000 nullfs_mount(): fix whitespace (cherry picked from commit 4e8d264b0057e80ed2c1086da30d5e2391d82ffc) --- sys/fs/nullfs/null_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 6a3f77a11734..77ead04b1616 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -210,7 +210,7 @@ nullfs_mount(struct mount *mp) (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) == 0) { xmp->nullm_flags |= NULLM_CACHE; } - + MNT_ILOCK(mp); if ((xmp->nullm_flags & NULLM_CACHE) != 0) { mp->mnt_kern_flag |= lowerrootvp->v_mount->mnt_kern_flag &