From 4e8d264b0057e80ed2c1086da30d5e2391d82ffc Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 8 Mar 2024 20:51:04 +0200 Subject: [PATCH] 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 63bdcd4788d..a15a5e22673 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);