diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-08-06 19:14:48 +0000 |
---|---|---|
committer | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-08-06 19:14:48 +0000 |
commit | e2819e52a162873ff5061de81bb749831bdb5de9 (patch) | |
tree | 6067ea700202750ba335a423696f2972700e5f76 /fs/fat/misc.c | |
parent | 17a005074429bbf143e40401f405ae4363e56828 (diff) |
Merge to 2.1.38.
IMPORTANT NOTE: I could not figure out what information is the
one that should be used for the following files (ie, those
that were in our tree, or those that came from Linus' patch),
please, check these:
include/asm-mips/jazz.h
include/asm-mips/jazzdma.h
include/asm-mips/ioctls.h
Diffstat (limited to 'fs/fat/misc.c')
-rw-r--r-- | fs/fat/misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fat/misc.c b/fs/fat/misc.c index ee0df4a15..5b71573b3 100644 --- a/fs/fat/misc.c +++ b/fs/fat/misc.c @@ -138,8 +138,7 @@ printk("free cluster: %d\n",nr); unlock_fat(sb); return -ENOSPC; } - fat_access(sb,nr,MSDOS_SB(sb)->fat_bits == 12 ? - EOF_FAT12 : EOF_FAT16); + fat_access(sb,nr,EOF_FAT(sb)); if (MSDOS_SB(sb)->free_clusters != -1) MSDOS_SB(sb)->free_clusters--; unlock_fat(sb); |