Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 00:46:03 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 37ab169e38e2 - stable/14 - nullfs_mount(): fix whitespace
Message-ID:  <202403140046.42E0k3M8028753@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403140046.42E0k3M8028753>