]> Pileus Git - ~andy/linux/commit
rbd: fix rbd_dev_remove_parent()
authorAlex Elder <elder@inktank.com>
Fri, 26 Apr 2013 20:44:36 +0000 (15:44 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:19:54 +0000 (21:19 -0700)
commitad945fc1da42965a31089d29de3754047861f348
tree359b8c20a5f7fb4adc8516d803b59b614fe7a9a6
parentb480815a17bc6bfe85d4931c53e5a8fded7f889e
rbd: fix rbd_dev_remove_parent()

In certain error paths, it is possible for an rbd device to have a
parent spec but no parent rbd_dev.  In rbd_dev_remove_parent() use
the parent field rather than parent_spec in determining whether to
try to remove any parent devices.  Use assertions to indicate that
any non-null parent pointer has parent_spec associated with it.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c