git: 37ab169e38e2 - stable/14 - nullfs_mount(): fix whitespace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 00:46:03 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=37ab169e38e2df7dbb9a8cae24add6f2bff83eda
commit 37ab169e38e2df7dbb9a8cae24add6f2bff83eda
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:30:41 +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 3df24305f3ff..262a6793b285 100644
--- a/sys/fs/nullfs/null_vfsops.c
+++ b/sys/fs/nullfs/null_vfsops.c
@@ -217,7 +217,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);