[PATCH] XATTR issues on JFFS2

David Woodhouse dwmw2 at infradead.org
Tue Aug 23 08:52:48 EDT 2005


On Tue, 2005-08-23 at 14:46 +0200, Jörn Engel wrote:
> Which is quite nice.  Would you two mind reading the others patch and
> stating what is bad at that one and why your's is better?  If there is
> a clear winner in this batter, we should merge that one. 

I'm happier with inventing new node types for xattrs instead of re-using
existing nodes, I think. And I'd also like to make sure we can share
xattr data on the medium where appropriate. In an selinux system, you'll
end up with a _multitude_ of xattrs used for selinux, many of which will
have precisely the same contents. Each should be stored only once on the
flash, like hard links. The ext2 implementation manages this.

-- 
dwmw2





More information about the linux-mtd mailing list