X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fisofs%2Fisofs.h;h=efe2872cd4e3179067073e98ac6a296776c38117;hb=ecd27b92fbb41f779d857632a69bd45dbaf0f915;hp=b87ba066f5e76f42debee19fcfb5336c896f33f9;hpb=4e8f10b7ccf1c3c53a818a157962074a7340732e;p=linux-2.6 diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index b87ba066f5..efe2872cd4 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h @@ -174,7 +174,7 @@ isofs_normalize_block_and_offset(struct iso_directory_record* de, } } -extern struct inode_operations isofs_dir_inode_operations; +extern const struct inode_operations isofs_dir_inode_operations; extern const struct file_operations isofs_dir_operations; -extern struct address_space_operations isofs_symlink_aops; +extern const struct address_space_operations isofs_symlink_aops; extern struct export_operations isofs_export_ops;