Re: [PATCH 093/196] kset: convert ocfs2 to use kset_create

2008-01-25 Thread Mark Fasheh
On Thu, Jan 24, 2008 at 11:32:02PM -0800, Greg Kroah-Hartman wrote: > Dynamically create the kset instead of declaring it statically. > > Also use the new kobj_attribute which cleans up this file a _lot_. > > Cc: Kay Sievers <[EMAIL PROTECTED]> > Cc: Mark Fasheh <[EMAIL PROTECTED]> > Cc: Kurt Hac

[PATCH 093/196] kset: convert ocfs2 to use kset_create

2008-01-25 Thread Greg Kroah-Hartman
Dynamically create the kset instead of declaring it statically. Also use the new kobj_attribute which cleans up this file a _lot_. Cc: Kay Sievers <[EMAIL PROTECTED]> Cc: Mark Fasheh <[EMAIL PROTECTED]> Cc: Kurt Hackel <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> ---