diff options
author | David Howells <dhowells@redhat.com> | 2017-07-04 12:25:09 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-07-06 03:27:09 -0400 |
commit | dd111b31e951c4ffb3a525b51b11d240118693c1 (patch) | |
tree | 81195b867a5df1d7d927248fd58ac3cb2bd250a8 /fs/namespace.c | |
parent | f35157417215ec138c920320c746fdb3e04ef1d5 (diff) |
VFS: Clean up whitespace in fs/namespace.c and fs/super.c
Clean up line terminal whitespace in fs/namespace.c and fs/super.c.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 5a4438445bf7..544ab84642eb 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -1656,7 +1656,7 @@ out_unlock: | |||
1656 | namespace_unlock(); | 1656 | namespace_unlock(); |
1657 | } | 1657 | } |
1658 | 1658 | ||
1659 | /* | 1659 | /* |
1660 | * Is the caller allowed to modify his namespace? | 1660 | * Is the caller allowed to modify his namespace? |
1661 | */ | 1661 | */ |
1662 | static inline bool may_mount(void) | 1662 | static inline bool may_mount(void) |
@@ -2210,7 +2210,7 @@ static int do_loopback(struct path *path, const char *old_name, | |||
2210 | 2210 | ||
2211 | err = -EINVAL; | 2211 | err = -EINVAL; |
2212 | if (mnt_ns_loop(old_path.dentry)) | 2212 | if (mnt_ns_loop(old_path.dentry)) |
2213 | goto out; | 2213 | goto out; |
2214 | 2214 | ||
2215 | mp = lock_mount(path); | 2215 | mp = lock_mount(path); |
2216 | err = PTR_ERR(mp); | 2216 | err = PTR_ERR(mp); |