mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 20:12:00 -04:00
fs: fix indentation style
Replace 8 leading spaces with a tab to follow kernel coding style. Signed-off-by: Guopeng Zhang <zhangguopeng@kylinos.cn> Link: https://lore.kernel.org/20250820133424.1667467-1-zhangguopeng@kylinos.cn Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner
parent
b1b5b82589
commit
41a86f6242
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user