commit | 4d435731f99db87020730c4b17e1da148908340e | [log] [tgz] |
---|---|---|
author | Anand Jain <Anand.Jain@oracle.com> | Tue Mar 10 06:38:23 2015 +0800 |
committer | David Sterba <dsterba@suse.cz> | Wed May 27 12:27:19 2015 +0200 |
tree | 0999c9da1b0641d8a77e181508dc030bf20bf7dd | |
parent | 8345ea31dc6e1772726d1d0b8864dedac55038e0 [diff] |
Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy Since the failure code in the btrfs_sysfs_add_one() can call btrfs_sysfs_remove_one() even before device_dir_kobj has been created we need to check if its null. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>