Commit dd111b31 authored by David Howells's avatar David Howells Committed by Al Viro

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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f3515741
...@@ -1656,7 +1656,7 @@ void __detach_mounts(struct dentry *dentry) ...@@ -1656,7 +1656,7 @@ void __detach_mounts(struct dentry *dentry)
namespace_unlock(); namespace_unlock();
} }
/* /*
* Is the caller allowed to modify his namespace? * Is the caller allowed to modify his namespace?
*/ */
static inline bool may_mount(void) static inline bool may_mount(void)
...@@ -2210,7 +2210,7 @@ static int do_loopback(struct path *path, const char *old_name, ...@@ -2210,7 +2210,7 @@ static int do_loopback(struct path *path, const char *old_name,
err = -EINVAL; err = -EINVAL;
if (mnt_ns_loop(old_path.dentry)) if (mnt_ns_loop(old_path.dentry))
goto out; goto out;
mp = lock_mount(path); mp = lock_mount(path);
err = PTR_ERR(mp); err = PTR_ERR(mp);
......
...@@ -508,7 +508,7 @@ struct super_block *sget_userns(struct file_system_type *type, ...@@ -508,7 +508,7 @@ struct super_block *sget_userns(struct file_system_type *type,
return ERR_PTR(-ENOMEM); return ERR_PTR(-ENOMEM);
goto retry; goto retry;
} }
err = set(s, data); err = set(s, data);
if (err) { if (err) {
spin_unlock(&sb_lock); spin_unlock(&sb_lock);
...@@ -771,7 +771,7 @@ struct super_block *get_active_super(struct block_device *bdev) ...@@ -771,7 +771,7 @@ struct super_block *get_active_super(struct block_device *bdev)
spin_unlock(&sb_lock); spin_unlock(&sb_lock);
return NULL; return NULL;
} }
struct super_block *user_get_super(dev_t dev) struct super_block *user_get_super(dev_t dev)
{ {
struct super_block *sb; struct super_block *sb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment