Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2024 00:59:44 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: e4df9d84b19f - stable/13 - vfs_domount_update(): style, use space instead of tab
Message-ID:  <202405190059.44J0xiGv080391@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=e4df9d84b19f2e6d1930abf65ef0679196600114

commit e4df9d84b19f2e6d1930abf65ef0679196600114
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-05-16 00:59:21 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-05-19 00:59:13 +0000

    vfs_domount_update(): style, use space instead of tab
    
    (cherry picked from commit 5a061a38cdfa151315051a1ca1400bb32e39cde2)
---
 sys/kern/vfs_mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 756ac4789c8c..68b22d1a77a8 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1359,7 +1359,7 @@ vfs_domount_update(
 
 	MNT_ILOCK(mp);
 	if (error == 0) {
-		mp->mnt_flag &=	~(MNT_UPDATE | MNT_RELOAD | MNT_FORCE |
+		mp->mnt_flag &= ~(MNT_UPDATE | MNT_RELOAD | MNT_FORCE |
 		    MNT_SNAPSHOT);
 	} else {
 		/*



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