summaryrefslogtreecommitdiffstats
path: root/include/linux/affs_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/affs_fs.h')
-rw-r--r--include/linux/affs_fs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/affs_fs.h b/include/linux/affs_fs.h
index 342ac2648..90e5a3dd2 100644
--- a/include/linux/affs_fs.h
+++ b/include/linux/affs_fs.h
@@ -105,11 +105,11 @@ extern void affs_dir_truncate(struct inode *);
extern struct inode_operations affs_file_inode_operations;
extern struct inode_operations affs_file_inode_operations_ofs;
extern struct inode_operations affs_dir_inode_operations;
-extern struct inode_operations affs_symlink_inode_operations;
-extern struct inode_operations affs_chrdev_inode_operations;
-extern struct inode_operations affs_blkdev_inode_operations;
+extern struct address_space_operations affs_symlink_aops;
+extern struct address_space_operations affs_aops;
extern struct dentry_operations affs_dentry_operations;
extern struct dentry_operations affs_dentry_operations_intl;
+extern int affs_bmap(struct inode *, int);
#endif