Skip to content

Commit

Permalink
VFS: Clean up whitespace in fs/namespace.c and fs/super.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells authored and Al Viro committed Jul 6, 2017
1 parent f351574 commit dd111b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ void __detach_mounts(struct dentry *dentry)
namespace_unlock();
}

/*
/*
* Is the caller allowed to modify his namespace?
*/
static inline bool may_mount(void)
Expand Down Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ struct super_block *sget_userns(struct file_system_type *type,
return ERR_PTR(-ENOMEM);
goto retry;
}

err = set(s, data);
if (err) {
spin_unlock(&sb_lock);
Expand Down Expand Up @@ -771,7 +771,7 @@ struct super_block *get_active_super(struct block_device *bdev)
spin_unlock(&sb_lock);
return NULL;
}

struct super_block *user_get_super(dev_t dev)
{
struct super_block *sb;
Expand Down

0 comments on commit dd111b3

Please sign in to comment.