Re: ext3 extended attributes refcounting wrong?

From: Andreas Gruenbacher
Date: Fri Feb 04 2005 - 11:24:42 EST


On Fri, 2005-02-04 at 15:15, Mikael Pettersson wrote:

> Plain www.kernel.org kernels always.

Good, it's no bug then. Stephen already explained what's going on: when
a file has xattrs and you delete the file while running a kernel without
xattr support, the xattr block's refcount is not decremented. You end up
with a reference count that is one too high. This won't result in
filesystem corruption, but e2fsck will fix up the refcounts for you.
Those are the mesages you were getting.

Regards,
--
Andreas Gruenbacher <agruen@xxxxxxx>
SUSE Labs, SUSE LINUX GMBH

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