V4L/DVB (6573): unexport flexcop_reset_block_300
[deliverable/linux.git] / fs / isofs / isofs.h
index e6308c8b57359e728be75de3e23d9e1b2cb974fb..f3213f9f89afcfaa79f98fc9bb2a61f2165fca0f 100644 (file)
@@ -1,5 +1,6 @@
 #include <linux/fs.h>
 #include <linux/buffer_head.h>
+#include <linux/exportfs.h>
 #include <linux/iso_fs.h>
 #include <asm/unaligned.h>
 
@@ -174,7 +175,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 const struct address_space_operations isofs_symlink_aops;
-extern struct export_operations isofs_export_ops;
+extern const struct export_operations isofs_export_ops;
This page took 0.045858 seconds and 5 git commands to generate.