summaryrefslogtreecommitdiffstats
path: root/include/linux/iso_fs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /include/linux/iso_fs.h
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'include/linux/iso_fs.h')
-rw-r--r--include/linux/iso_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iso_fs.h b/include/linux/iso_fs.h
index 59da5b123..47fab8914 100644
--- a/include/linux/iso_fs.h
+++ b/include/linux/iso_fs.h
@@ -189,8 +189,8 @@ extern int isofs_bmap(struct inode *, int);
extern int init_iso9660_fs(void);
extern int isofs_lookup_grandparent(struct inode *, int);
-extern struct inode_operations isofs_file_inode_operations;
extern struct inode_operations isofs_dir_inode_operations;
+extern struct file_operations isofs_dir_operations;
extern struct address_space_operations isofs_symlink_aops;
/* The following macros are used to check for memory leaks. */