Re: [PATCH 01/25] sysfs: Move all of inode initialization into sysfs_init_inode

2007-08-07 Thread Tejun Heo
On Tue, Aug 07, 2007 at 03:08:07PM -0600, Eric W. Biederman wrote: > > Signed-off-by: "Eric W. Biederman" <[EMAIL PROTECTED]> Acked-by: Tejun Heo <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majord

[PATCH 01/25] sysfs: Move all of inode initialization into sysfs_init_inode

2007-08-07 Thread Eric W. Biederman
Signed-off-by: "Eric W. Biederman" <[EMAIL PROTECTED]> --- fs/sysfs/dir.c | 37 - fs/sysfs/inode.c | 48 +--- fs/sysfs/mount.c |5 - 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/fs/sy