[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250820133424.1667467-1-zhangguopeng@kylinos.cn>
Date: Wed, 20 Aug 2025 21:34:24 +0800
From: Guopeng Zhang <zhangguopeng@...inos.cn>
To: viro@...iv.linux.org.uk,
linux-kernel@...r.kernel.org
Cc: brauner@...nel.org,
festevam@...x.de,
jack@...e.cz,
linux-fsdevel@...r.kernel.org,
Guopeng Zhang <zhangguopeng@...inos.cn>
Subject: [PATCH] fs: fix indentation style
Replace 8 leading spaces with a tab to follow kernel coding style.
Signed-off-by: Guopeng Zhang <zhangguopeng@...inos.cn>
---
fs/namespace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/namespace.c b/fs/namespace.c
index ef9521e06cae..7673e52f437a 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -2455,7 +2455,7 @@ struct vfsmount *clone_private_mount(const struct path *path)
return ERR_PTR(-EINVAL);
}
- if (!ns_capable(old_mnt->mnt_ns->user_ns, CAP_SYS_ADMIN))
+ if (!ns_capable(old_mnt->mnt_ns->user_ns, CAP_SYS_ADMIN))
return ERR_PTR(-EPERM);
if (__has_locked_children(old_mnt, path->dentry))
--
2.25.1
Powered by blists - more mailing lists