diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-07-26 04:14:03 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 04:16:51 -0400 |
commit | a1da9e8ab687e6496482b7b2aa17d0da31e55b20 (patch) | |
tree | 8796d10b903e8f7600b223f25775cdaba5f71894 /fs/logfs/logfs.h | |
parent | e5a0726a953daf224ae42bcf5edaa64f71b4e8a7 (diff) |
switch logfs to ->mount()
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, 0 insertions, 3 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index 446c0f12d899..cd51a36b37f0 100644 --- a/fs/logfs/logfs.h +++ b/fs/logfs/logfs.h | |||
@@ -620,9 +620,6 @@ void emergency_read_end(struct page *page); | |||
620 | void logfs_crash_dump(struct super_block *sb); | 620 | void logfs_crash_dump(struct super_block *sb); |
621 | void *memchr_inv(const void *s, int c, size_t n); | 621 | void *memchr_inv(const void *s, int c, size_t n); |
622 | int logfs_statfs(struct dentry *dentry, struct kstatfs *stats); | 622 | int logfs_statfs(struct dentry *dentry, struct kstatfs *stats); |
623 | int logfs_get_sb_device(struct logfs_super *s, | ||
624 | struct file_system_type *type, int flags, | ||
625 | struct vfsmount *mnt); | ||
626 | int logfs_check_ds(struct logfs_disk_super *ds); | 623 | int logfs_check_ds(struct logfs_disk_super *ds); |
627 | int logfs_write_sb(struct super_block *sb); | 624 | int logfs_write_sb(struct super_block *sb); |
628 | 625 | ||