X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fext2%2Fext2.h;h=c89e9177dd22bee230cccac532aac30b994b5989;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=a8ab31e33e164b62867a947b7f08e311b1938b3a;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index a8ab31e33..c89e9177d 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -162,9 +162,9 @@ extern const struct file_operations ext2_file_operations; extern const struct file_operations ext2_xip_file_operations; /* inode.c */ -extern struct address_space_operations ext2_aops; -extern struct address_space_operations ext2_aops_xip; -extern struct address_space_operations ext2_nobh_aops; +extern const struct address_space_operations ext2_aops; +extern const struct address_space_operations ext2_aops_xip; +extern const struct address_space_operations ext2_nobh_aops; extern int ext2_sync_flags(struct inode *inode); /* namei.c */