X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjffs2%2Fos-linux.h;h=59e7a393200c6877c99a7a2dc87303045b1e2644;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=d307cf548625b5a9b654af3c711b6c619edbfce9;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/jffs2/os-linux.h b/fs/jffs2/os-linux.h index d307cf548..59e7a3932 100644 --- a/fs/jffs2/os-linux.h +++ b/fs/jffs2/os-linux.h @@ -159,11 +159,11 @@ void jffs2_stop_garbage_collect_thread(struct jffs2_sb_info *c); void jffs2_garbage_collect_trigger(struct jffs2_sb_info *c); /* dir.c */ -extern const struct file_operations jffs2_dir_operations; +extern struct file_operations jffs2_dir_operations; extern struct inode_operations jffs2_dir_inode_operations; /* file.c */ -extern const struct file_operations jffs2_file_operations; +extern struct file_operations jffs2_file_operations; extern struct inode_operations jffs2_file_inode_operations; extern struct address_space_operations jffs2_file_address_operations; int jffs2_fsync(struct file *, struct dentry *, int);