patch-2.1.17 linux/fs/fat/cache.c
Next file: linux/fs/fat/misc.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sat Dec 21 14:24:02 1996
-  Orig file: 
v2.1.16/linux/fs/fat/cache.c
-  Orig date: 
Fri May 10 07:54:52 1996
diff -u --recursive --new-file v2.1.16/linux/fs/fat/cache.c linux/fs/fat/cache.c
@@ -277,7 +277,7 @@
 	}
 	if (last)
 		fat_access(inode->i_sb,last,MSDOS_SB(inode->i_sb)->fat_bits ==
-		    12 ? 0xff8 : 0xfff8);
+		    12 ? EOF_FAT12 : EOF_FAT16);
 	else {
 		MSDOS_I(inode)->i_start = 0;
 		inode->i_dirt = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov