.. | .. |
---|
172 | 172 | struct inode *jffs2_new_inode (struct inode *dir_i, umode_t mode, |
---|
173 | 173 | struct jffs2_raw_inode *ri); |
---|
174 | 174 | 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); |
---|
177 | 177 | void jffs2_gc_release_inode(struct jffs2_sb_info *c, |
---|
178 | 178 | struct jffs2_inode_info *f); |
---|
179 | 179 | struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, |
---|
.. | .. |
---|
183 | 183 | struct jffs2_inode_info *f, |
---|
184 | 184 | unsigned long offset, |
---|
185 | 185 | unsigned long *priv); |
---|
186 | | -void jffs2_gc_release_page(struct jffs2_sb_info *c, |
---|
187 | | - unsigned char *pg, |
---|
188 | | - unsigned long *priv); |
---|
189 | 186 | void jffs2_flash_cleanup(struct jffs2_sb_info *c); |
---|
190 | 187 | |
---|
191 | 188 | |
---|