* [PATCH] fs: fix indentation style
@ 2025-08-20 13:34 Guopeng Zhang
2025-08-21 8:27 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Guopeng Zhang @ 2025-08-20 13:34 UTC (permalink / raw)
To: viro, linux-kernel; +Cc: brauner, festevam, jack, linux-fsdevel, Guopeng Zhang
Replace 8 leading spaces with a tab to follow kernel coding style.
Signed-off-by: Guopeng Zhang <zhangguopeng@kylinos.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fs: fix indentation style
2025-08-20 13:34 [PATCH] fs: fix indentation style Guopeng Zhang
@ 2025-08-21 8:27 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2025-08-21 8:27 UTC (permalink / raw)
To: Guopeng Zhang
Cc: Christian Brauner, festevam, jack, linux-fsdevel, viro,
linux-kernel
On Wed, 20 Aug 2025 21:34:24 +0800, Guopeng Zhang wrote:
> Replace 8 leading spaces with a tab to follow kernel coding style.
>
>
Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes
[1/1] fs: fix indentation style
https://git.kernel.org/vfs/vfs/c/41a86f62424a
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-21 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 13:34 [PATCH] fs: fix indentation style Guopeng Zhang
2025-08-21 8:27 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).