commit | 0dd2906f7229186424cdc80be8654b2c21d9c04c | [log] [tgz] |
---|---|---|
author | Anand Jain <Anand.Jain@oracle.com> | Tue Mar 10 06:38:27 2015 +0800 |
committer | David Sterba <dsterba@suse.cz> | Wed May 27 12:27:20 2015 +0200 |
tree | 6a3a4384f995c82f74d7cbcfdb4a4f25c170e232 | |
parent | 720592157eeef627ff9a7c7c55ab1713bc48fb50 [diff] |
Btrfs: sysfs: let default_attrs be separate from the kset As of now btrfs_attrs are provided using the default_attrs through the kset. Separate them and create the default_attrs using the sysfs_create_files instead. By doing this we will have the flexibility that device discovery thread could create fsid kobject. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>