Re: [RFC 18/26] FS: ExtX filesystem defrag

2007-09-02 Thread Christoph Lameter
On Sat, 1 Sep 2007, Jeff Garzik wrote: > Please add 'slab' to the title, otherwise you conflict with a feature of the > same name... Ok. - 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.ker

Re: [RFC 18/26] FS: ExtX filesystem defrag

2007-09-01 Thread Jeff Garzik
Please add 'slab' to the title, otherwise you conflict with a feature of the same name... - 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 FA

[RFC 18/26] FS: ExtX filesystem defrag

2007-08-31 Thread Christoph Lameter
Support defragmentation for extX filesystem inodes Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- fs/ext2/super.c |9 + fs/ext3/super.c |8 fs/ext4/super.c |8 3 files changed, 25 insertions(+) Index: linux-2.6/fs/ext2/super.c =