X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fjffs2%2Fos-linux.h;h=9f41fc01a371b7b1a87d1eff853db3cc46d0018c;hb=d44b3be88ed58bb1bbbf7d70c533598b3dc3d870;hp=6b522356540555c15c9cb9e37d2a8a9b317999be;hpb=4854c7b27f0975a2b629f35ea3996d2968eb7c4f;p=powerpc.git diff --git a/fs/jffs2/os-linux.h b/fs/jffs2/os-linux.h index 6b52235654..9f41fc01a3 100644 --- a/fs/jffs2/os-linux.h +++ b/fs/jffs2/os-linux.h @@ -158,7 +158,7 @@ extern struct inode_operations jffs2_dir_inode_operations; /* file.c */ extern const struct file_operations jffs2_file_operations; extern struct inode_operations jffs2_file_inode_operations; -extern struct address_space_operations jffs2_file_address_operations; +extern const struct address_space_operations jffs2_file_address_operations; int jffs2_fsync(struct file *, struct dentry *, int); int jffs2_do_readpage_unlock (struct inode *inode, struct page *pg);