--- include/linux/msdos_fs.h.old Tue Jan 13 08:56:37 1998
+++ include/linux/msdos_fs.h Tue Jan 13 08:56:04 1998
@@ -195,6 +195,9 @@
struct fat_cache *next; /* next cache entry */
};
+/* cache.c */
+extern int fat_get_cluster(struct inode *inode,int cluster);
+
/* misc.c */
extern int is_binary(char conversion,char *extension);
extern void lock_fat(struct super_block *sb);
Todd