patch-2.3.43 linux/include/linux/affs_fs.h
Next file: linux/include/linux/affs_fs_i.h
Previous file: linux/include/linux/adfs_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Feb 10 12:17:00 2000
- Orig file:
v2.3.42/linux/include/linux/affs_fs.h
- Orig date:
Fri Apr 23 21:20:38 1999
diff -u --recursive --new-file v2.3.42/linux/include/linux/affs_fs.h linux/include/linux/affs_fs.h
@@ -105,11 +105,11 @@
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
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)