lkml.org 
[lkml]   [1998]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: kernel 2.1.79 compile problems
I didn't get the correct parts from my tree when I edited the patch.
I think this should clear up the problems.

- Gordon

--- linux-2.1.79-clean/include/linux/msdos_fs.h Mon Jan 5 16:12:14 1998
+++ linux/include/linux/msdos_fs.h Wed Jan 7 02:22:44 1998
@@ -161,7 +161,7 @@
__u8 name11_12[4]; /* last 2 characters in name */
};

-struct vfat_slot_info {
+struct slot_info {
int is_long; /* was the found entry long */
int is_alias; /* was the found entry an alias */
int long_slots; /* number of long slots in filename */
@@ -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);
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.030 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site