Skip to content

Commit 41a86f6

Browse files
Guopeng Zhangbrauner
authored andcommitted
fs: fix indentation style
Replace 8 leading spaces with a tab to follow kernel coding style. Signed-off-by: Guopeng Zhang <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent b1b5b82 commit 41a86f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ struct vfsmount *clone_private_mount(const struct path *path)
24552455
return ERR_PTR(-EINVAL);
24562456
}
24572457

2458-
if (!ns_capable(old_mnt->mnt_ns->user_ns, CAP_SYS_ADMIN))
2458+
if (!ns_capable(old_mnt->mnt_ns->user_ns, CAP_SYS_ADMIN))
24592459
return ERR_PTR(-EPERM);
24602460

24612461
if (__has_locked_children(old_mnt, path->dentry))

0 commit comments

Comments
 (0)