commit | 4e51f005a22a2c7795351b975437b0cee0acce3e | [log] [tgz] |
---|---|---|
author | Anand Jain <Anand.Jain@oracle.com> | Tue Mar 10 06:38:20 2015 +0800 |
committer | David Sterba <dsterba@suse.cz> | Wed May 27 12:27:19 2015 +0200 |
tree | 6d417125476b5f3757b8ed487ada9cf5d40ec374 | |
parent | 248d200df34f3e44a4140f32dfc7428c52615332 [diff] |
Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twice kobject_unregister is to handle the release of the kobject, its completion init is being called in btrfs_sysfs_add_one(), so we don't have to do the same in the open_ctree() again. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz>