projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad1266
)
Squashfs: wrap squashfs_mount() definition
author
Phillip Lougher
<phillip@lougher.demon.co.uk>
Mon, 28 Feb 2011 18:43:48 +0000
(18:43 +0000)
committer
Phillip Lougher
<phillip@lougher.demon.co.uk>
Mon, 28 Feb 2011 18:43:48 +0000
(18:43 +0000)
Squashfs_get_sb() to squashfs_mount() conversion (commit
152a0836
)
results in line over 80 characters.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/super.c
patch
|
blob
|
history
diff --git
a/fs/squashfs/super.c
b/fs/squashfs/super.c
index 95467db71a8e556228b93bf3f3abd0449555b114..5c8184c061a49e15920909b07d151b0a6b985ea6 100644
(file)
--- a/
fs/squashfs/super.c
+++ b/
fs/squashfs/super.c
@@
-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);
}