diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-07-26 03:33:39 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 04:16:43 -0400 |
commit | 0d85c799623cb6022adb1317ed2987ab9c097c2e (patch) | |
tree | a33fe3c19c33ff9b5944002c193e3a5da4d942a3 /fs/logfs/logfs.h | |
parent | 71a1c0125f132b2a4656689ca585c5d8931e539c (diff) |
logfs get_sb, part 2
take setting s_bdev/s_mtd/s_devops to callers of logfs_get_sb_device(),
don't bother passing them separately
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/logfs/logfs.h')
-rw-r--r-- | fs/logfs/logfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index a3f0aba9e526..bdd56fa4b084 100644 --- a/fs/logfs/logfs.h +++ b/fs/logfs/logfs.h | |||
@@ -627,8 +627,7 @@ void *memchr_inv(const void *s, int c, size_t n); | |||
627 | int logfs_statfs(struct dentry *dentry, struct kstatfs *stats); | 627 | int logfs_statfs(struct dentry *dentry, struct kstatfs *stats); |
628 | int logfs_get_sb_device(struct logfs_super *s, | 628 | int logfs_get_sb_device(struct logfs_super *s, |
629 | struct file_system_type *type, int flags, | 629 | struct file_system_type *type, int flags, |
630 | struct mtd_info *mtd, struct block_device *bdev, | 630 | struct vfsmount *mnt); |
631 | const struct logfs_device_ops *devops, struct vfsmount *mnt); | ||
632 | int logfs_check_ds(struct logfs_disk_super *ds); | 631 | int logfs_check_ds(struct logfs_disk_super *ds); |
633 | int logfs_write_sb(struct super_block *sb); | 632 | int logfs_write_sb(struct super_block *sb); |
634 | 633 | ||