commit | 4aca8a817813f44e379d21b471c1d4136804814d | [log] [tgz] |
---|---|---|
author | Gonglei <arei.gonglei@huawei.com> | Tue Oct 07 16:00:37 2014 +0800 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed Oct 15 10:46:01 2014 +0200 |
tree | 525999f589a8cf561fc4b1cab54f8f64464a9d00 | |
parent | d749e10c4f97a0239180215c6d7d18712361a430 [diff] [blame] |
bootindex: delete bootindex when device is removed Device should be removed from global boot list when it is hot-unplugged. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/bootdevice.c b/bootdevice.c index 79c2327..56b1952 100644 --- a/bootdevice.c +++ b/bootdevice.c
@@ -225,6 +225,8 @@ { BootIndexProperty *prop = opaque; + + del_boot_device_path(prop->dev, prop->suffix); g_free(prop); }