diff options
Diffstat (limited to 'fs/jffs2/os-linux.h')
-rw-r--r-- | fs/jffs2/os-linux.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/jffs2/os-linux.h b/fs/jffs2/os-linux.h index 04d4167ab252..59e7a393200c 100644 --- a/fs/jffs2/os-linux.h +++ b/fs/jffs2/os-linux.h | |||
@@ -191,18 +191,18 @@ void jffs2_gc_release_inode(struct jffs2_sb_info *c, | |||
191 | struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, | 191 | struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, |
192 | int inum, int nlink); | 192 | int inum, int nlink); |
193 | 193 | ||
194 | unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c, | 194 | unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c, |
195 | struct jffs2_inode_info *f, | 195 | struct jffs2_inode_info *f, |
196 | unsigned long offset, | 196 | unsigned long offset, |
197 | unsigned long *priv); | 197 | unsigned long *priv); |
198 | void jffs2_gc_release_page(struct jffs2_sb_info *c, | 198 | void jffs2_gc_release_page(struct jffs2_sb_info *c, |
199 | unsigned char *pg, | 199 | unsigned char *pg, |
200 | unsigned long *priv); | 200 | unsigned long *priv); |
201 | void jffs2_flash_cleanup(struct jffs2_sb_info *c); | 201 | void jffs2_flash_cleanup(struct jffs2_sb_info *c); |
202 | 202 | ||
203 | 203 | ||
204 | /* writev.c */ | 204 | /* writev.c */ |
205 | int jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs, | 205 | int jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs, |
206 | unsigned long count, loff_t to, size_t *retlen); | 206 | unsigned long count, loff_t to, size_t *retlen); |
207 | int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, | 207 | int jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, |
208 | size_t *retlen, const u_char *buf); | 208 | size_t *retlen, const u_char *buf); |