support make_ext4fs
[firefly-linux-kernel-4.4.55.git] / fs / libfs.c
index 219576c52d807e15b779d53be3a42dfa1baae9ae..ba36e93764c29233833a8fff22de5ad0bf4d4ead 100644 (file)
@@ -415,7 +415,8 @@ int simple_write_end(struct file *file, struct address_space *mapping,
  * unique inode values later for this filesystem, then you must take care
  * to pass it an appropriate max_reserved value to avoid collisions.
  */
-int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files)
+int simple_fill_super(struct super_block *s, unsigned long magic,
+                     struct tree_descr *files)
 {
        struct inode *inode;
        struct dentry *root;