To: Linux-m68k List <linux-m68k@lists.linux-m68k.org>
Subject: L68K: 2.1.79 patch
From: Tomas Berndtsson <tobe@lysator.liu.se>
Date: 15 Jan 1998 21:18:51 +0100
Sender: owner-linux-m68k@phil.uni-sb.de

Hi!

Had to make this change to get fat fs to compile.
I also found there was an error in atafb.c concerning cfb16 mode, but
I decided I didn't need it, so I didn't look any closer on that error.


Greetings,

Tomas

--
Tomas Berndtsson - tomas@nocrew.org - http://tomas.nocrew.org



--- linux-2.1.79/include/linux/msdos_fs.h.orig	Thu Jan 15 21:10:59 1998
+++ linux-2.1.79/include/linux/msdos_fs.h	Thu Jan 15 21:11:31 1998
@@ -224,7 +224,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);
