1
0
Fork 0

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>
hifive-unleashed-5.1
David Howells 2017-07-04 17:25:09 +01:00 committed by Al Viro
parent f351574172
commit dd111b31e9
2 changed files with 4 additions and 4 deletions

View File

@ -1656,7 +1656,7 @@ out_unlock:
namespace_unlock();
}
/*
/*
* Is the caller allowed to modify his namespace?
*/
static inline bool may_mount(void)
@ -2210,7 +2210,7 @@ static int do_loopback(struct path *path, const char *old_name,
err = -EINVAL;
if (mnt_ns_loop(old_path.dentry))
goto out;
goto out;
mp = lock_mount(path);
err = PTR_ERR(mp);

View File

@ -508,7 +508,7 @@ retry:
return ERR_PTR(-ENOMEM);
goto retry;
}
err = set(s, data);
if (err) {
spin_unlock(&sb_lock);
@ -771,7 +771,7 @@ restart:
spin_unlock(&sb_lock);
return NULL;
}
struct super_block *user_get_super(dev_t dev)
{
struct super_block *sb;