Re: How to make VFAT work right in 2.4.0-prereleaseu

2001-01-07 Thread Alan Cox
> > > =09", just delete all of it (or comment it out). This change wich has b= > een > > > made in the -prerelease versi=F3n, makes Netscape Messenger not to work > >=20 > > If you do that you will corrupt your FAT fs. > > But only on SMP, right? The only other FAT change I see in -ac (apart > f

Re: How to make VFAT work right in 2.4.0-prereleaseu

2001-01-06 Thread Eelco Dolstra
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

Re: How to make VFAT work right in 2.4.0-prereleaseu

2001-01-06 Thread Alan Cox
> - 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 > inode->i_size) > return -