[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in minixfs
Bernd Ebert <ebertbd@tick.informatik.uni-stuttgart.de> writes:
|> It seems as if there is a bug in the minixfs: Is somebody out there able
|> to delete a file larger than 64mb (for e.g. 96mb)?
Here is a patch:
--- mfs6011/minixfs/inode.c.~1~ Sun Jan 1 02:02:32 1995
+++ mfs6011/minixfs/inode.c Sun Feb 26 14:57:50 1995
@@ -267,7 +267,7 @@
ldirty1 = 0;
r = cache_get (PIND (vers, tmp, j), drive,
&syscache, NOGUESS);
- tmp2 = q->buffer;
+ tmp2 = r->buffer;
for (k = 0; k < psblk->zpind; k++)
{
if (PIND (vers, tmp2, k))
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org
- References:
- Bug in minixfs
- From: Bernd Ebert <ebertbd@tick.informatik.uni-stuttgart.de>