Re: [PATCH 00/24 V2] provide frame work so that sysfs attributs from the fs_devices can be added

2015-02-11 Thread David Sterba
On Mon, Feb 09, 2015 at 07:56:01AM +0800, Anand Jain wrote: This patch set will provide a framework and help to create attributes from the structure btrfs_fs_devices which are available even before fs_info is created. So by moving the parent kobject super_kobj from fs_info to btrfs_fs_devices,

Re: [PATCH 00/24 V2] provide frame work so that sysfs attributs from the fs_devices can be added

2015-02-11 Thread Anand Jain
Thanks for commenting. V3 is out. more below. On 02/12/2015 03:01 AM, David Sterba wrote: On Mon, Feb 09, 2015 at 07:56:01AM +0800, Anand Jain wrote: This patch set will provide a framework and help to create attributes from the structure btrfs_fs_devices which are available even before

[PATCH 00/24 V2] provide frame work so that sysfs attributs from the fs_devices can be added

2015-02-08 Thread Anand Jain
This patch set will provide a framework and help to create attributes from the structure btrfs_fs_devices which are available even before fs_info is created. So by moving the parent kobject super_kobj from fs_info to btrfs_fs_devices, it will help to create attributes from the btrfs_fs_devices as