Skip to content

Commit

Permalink
Squashfs: wrap squashfs_mount() definition
Browse files Browse the repository at this point in the history
Squashfs_get_sb() to squashfs_mount() conversion (commit 152a083)
results in line over 80 characters.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
  • Loading branch information
Phillip Lougher committed Feb 28, 2011
1 parent 3ad1266 commit 003a319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/squashfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ static void squashfs_put_super(struct super_block *sb)
}


static struct dentry *squashfs_mount(struct file_system_type *fs_type, int flags,
const char *dev_name, void *data)
static struct dentry *squashfs_mount(struct file_system_type *fs_type,
int flags, const char *dev_name, void *data)
{
return mount_bdev(fs_type, flags, dev_name, data, squashfs_fill_super);
}
Expand Down

0 comments on commit 003a319

Please sign in to comment.