hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/fs/jffs2/os-linux.h
....@@ -172,8 +172,8 @@
172172 struct inode *jffs2_new_inode (struct inode *dir_i, umode_t mode,
173173 struct jffs2_raw_inode *ri);
174174 int jffs2_statfs (struct dentry *, struct kstatfs *);
175
-int jffs2_do_remount_fs(struct super_block *, int *, char *);
176
-int jffs2_do_fill_super(struct super_block *sb, void *data, int silent);
175
+int jffs2_do_remount_fs(struct super_block *sb, struct fs_context *fc);
176
+int jffs2_do_fill_super(struct super_block *sb, struct fs_context *fc);
177177 void jffs2_gc_release_inode(struct jffs2_sb_info *c,
178178 struct jffs2_inode_info *f);
179179 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c,
....@@ -183,9 +183,6 @@
183183 struct jffs2_inode_info *f,
184184 unsigned long offset,
185185 unsigned long *priv);
186
-void jffs2_gc_release_page(struct jffs2_sb_info *c,
187
- unsigned char *pg,
188
- unsigned long *priv);
189186 void jffs2_flash_cleanup(struct jffs2_sb_info *c);
190187
191188