xattr consolidation v2
From: | James Morris <jmorris@redhat.com> | |
To: | Andrew Morton <akpm@osdl.org>, <viro@parcelfarce.linux.theplanet.co.uk> | |
Subject: | [PATCH 0/6] xattr consolidation v2 | |
Date: | Sat, 18 Sep 2004 03:18:19 -0400 (EDT) | |
Cc: | Stephen Smalley <sds@epoch.ncsc.mil>, Christoph Hellwig <hch@infradead.org>, Andreas Gruenbacher <agruen@suse.de>, <linux-kernel@vger.kernel.org> |
The following patchset is a reworking of the xattr consolidation patches I posted on 23/08. They have been reworked taking into account feedback from Christoph Hellwig and others. Changes since then: - Attach xattr handlers to the superblock. - Remove xattr handler locking. - Renamed consolidated xattr code from simple_ to generic_. - Move generic code from libfs to xattr.c - Use generic functions directly as inode op methods. - Drop support for ramfs. - Lots of resulting cleanup (e.g. remove handler registration etc.). There was discussion of passing only inodes to inode op methods, but CIFS needs dentries, so that was not done. This code has been quite well tested. Please review and apply if ok. - James -- James Morris <jmorris@redhat.com> - 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/