Re: reiserfs: still problems with tail conversion

Chris Mason (mason@suse.com)
Sun, 25 Feb 2001 15:32:47 -0500


Ok, found it. It is related to the last null byte problem in that it also
only happens when the direct item is split between two blocks. This is
more likely as the tail increases in size, which is why you saw it on
larger small files.

The bug is in the code that zeros the unused part of the unformatted node
after a direct->indirect conversion. This code only gets called when the
page/buffer wasn't already up to date, which is why you see it more when
there is less ram.

Fix will be out shortly....

-chris

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