FAT patch for 2.1.79

Todd R. Eigenschink (eigenstr@mixi.net)
Tue, 13 Jan 1998 08:59:45 -0500


I needed the following patch to make 2.1.79's fs/fat/fatfs_syms.c
compile:

--- 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