Hi,
On Sat, 6 Jan 2001, Alan Cox wrote:
> > - edit file fs/fat/inode.c, look in the function named
> > "fat_notify_change" (at about line 901), where it says:"
> > /* FAT cannot truncate to a longer file */
> > if (attr->ia_valid & ATTR_SIZE) {
> > if (attr->ia_size > ino
Hi,
The following patch fixes the truncate() bug in the HPFS and FAT
drivers. As reported by Ivan Baldo, the FAT driver mildly corrupts
the file system when truncate() is used to grow a file. The problem
is that FAT doesn't support holes, and therefore the allocation of a
file must match its fi
2 matches
Mail list logo