git: 4e8d264b0057 - main - nullfs_mount(): fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Mar 2024 18:51:57 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4e8d264b0057e80ed2c1086da30d5e2391d82ffc commit 4e8d264b0057e80ed2c1086da30d5e2391d82ffc Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-03-08 18:51:04 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-03-08 18:51:39 +0000 nullfs_mount(): fix whitespace --- 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 63bdcd4788d9..a15a5e22673e 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -213,7 +213,7 @@ nullfs_mount(struct mount *mp) (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) == 0) { xmp->nullm_flags |= NULLM_CACHE; } - + if ((xmp->nullm_flags & NULLM_CACHE) != 0) { vfs_register_for_notification(xmp->nullm_vfs, mp, &xmp->notify_node);