[2.1.79] Patch to make FAT compile.

Myrdraal (myrdraal@jackalz.dyn.ml.org)
Tue, 13 Jan 1998 10:25:01 -0500


--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii

Hi,
Here's the tiny patch I used to make 2.1.79 compile. Seems to work just
fine.
-Myrdraal

--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fat-2.1.79.diff"

--- linpatch/include/linux/msdos_fs.h Tue Jan 13 08:33:06 1998
+++ linux/include/linux/msdos_fs.h Tue Jan 13 08:25:12 1998
@@ -222,7 +222,7 @@
extern void cache_init(void);
void cache_lookup(struct inode *inode,int cluster,int *f_clu,int *d_clu);
void cache_add(struct inode *inode,int f_clu,int d_clu);
-int get_cluster(struct inode *inode,int cluster);
+int fat_get_cluster(struct inode *inode,int cluster);

/* inode.c */
extern int fat_bmap(struct inode *inode,int block);

--RnlQjJ0d97Da+TV1--