summaryrefslogtreecommitdiff
path: root/include/linux/mtd/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/super.h')
-rw-r--r--include/linux/mtd/super.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/super.h b/include/linux/mtd/super.h
index f456230f9330..3f37c7cd711c 100644
--- a/include/linux/mtd/super.h
+++ b/include/linux/mtd/super.h
@@ -19,8 +19,8 @@
#include <linux/mount.h>
extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
- const char *dev_name, void *data,
- int (*fill_super)(struct super_block *, void *, int));
+ const char *dev_name, void *data, size_t data_size,
+ int (*fill_super)(struct super_block *, void *, size_t, int));
extern void kill_mtd_super(struct super_block *sb);