Re: 2.2.6-1/-2 problems with FAT fs

Manuel J. Galan (manolow@step.es)
Thu, 15 Apr 1999 12:04:10 +0100


This is a multi-part message in MIME format.
--------------570331C389DC675EF47FF7B2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


--------------570331C389DC675EF47FF7B2
Content-Type: text/plain; charset=us-ascii;
name="qqq"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="qqq"

--- fs/fat/inode.c Thu Apr 15 12:01:09 1999
+++ /usr/src/linux/fs/fat/inode.c Wed Apr 14 13:55:05 1999
@@ -366,7 +366,6 @@
fat32 = 1;
MSDOS_SB(sb)->fat_length= CF_LE_W(b->fat32_length)*sector_mult;
MSDOS_SB(sb)->root_cluster = CF_LE_L(b->root_cluster);
- CF_LE_W(b->info_sector), logical_sector_size);

/* MC - if info_sector is 0, don't multiply by 0 */
if(CF_LE_W(b->info_sector) == 0) {

--------------570331C389DC675EF47FF7B2--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/