2000-12-06 20:22:15

by David Woodhouse

[permalink] [raw]
Subject: fatfs BUG() in test12-pre5


This code in fs/fat/file.c::fat_get_block() is getting triggered when I
run wine:

if (iblock<<9 != MSDOS_I(inode)->mmu_private) {
BUG();
return -EIO;
}

--
dwmw2



2000-12-07 14:16:45

by Alan

[permalink] [raw]
Subject: Re: fatfs BUG() in test12-pre5

> This code in fs/fat/file.c::fat_get_block() is getting triggered when I
> run wine:
>
> if (iblock<<9 != MSDOS_I(inode)->mmu_private) {
> BUG();
> return -EIO;
> }

[I'd suggest you don't run the FAT file system code in 2.4test* unless you are
doing it read only or have the patches applied that fix truncate, otherwise
you will turn your msdos fs to gloop right now]