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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to