summaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2011-04-12 21:08:37 +0900
committerOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2011-04-12 21:12:00 +0900
commit384f5c96ea05aba24a11172ebd6f5d427ca199fc (patch)
tree08e9b5b70cf2e9fcdde8922df660b9fdd5a6da5e /fs/fat/fat.h
parenta6360dd37e1a144ed11e6548371bade559a1e4df (diff)
downloadlinux-stable-384f5c96ea05aba24a11172ebd6f5d427ca199fc.tar.gz
linux-stable-384f5c96ea05aba24a11172ebd6f5d427ca199fc.tar.bz2
linux-stable-384f5c96ea05aba24a11172ebd6f5d427ca199fc.zip
fat: use new setup() for ->dir_ops too
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index f50408901f7e..dc163b8d7699 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -319,8 +319,7 @@ extern struct inode *fat_build_inode(struct super_block *sb,
struct msdos_dir_entry *de, loff_t i_pos);
extern int fat_sync_inode(struct inode *inode);
extern int fat_fill_super(struct super_block *sb, void *data, int silent,
- const struct inode_operations *fs_dir_inode_ops,
- int isvfat, void (*setup)(struct super_block *));
+ int isvfat, void (*setup)(struct super_block *));
extern int fat_flush_inodes(struct super_block *sb, struct inode *i1,
struct inode *i2);