[PATCH 0/6] xattr consolidation v2

From: James Morris
Date: Sat Sep 18 2004 - 02:21:53 EST


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@xxxxxxxxxx>




-
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/