diff options
author | 2014-02-04 14:12:44 -0500 | |
---|---|---|
committer | 2014-02-14 13:38:35 +0100 | |
commit | 28f106afb35a86aa01e1907ef7632e015fabce02 (patch) | |
tree | 13ea4f9bc744c6f078889fc34ff42c888afc9740 /util/module.c | |
parent | blockdev: Remove 'type' parameter from blockdev_init() (diff) | |
download | qemu-28f106afb35a86aa01e1907ef7632e015fabce02.tar.xz qemu-28f106afb35a86aa01e1907ef7632e015fabce02.zip |
block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare
iSCSI currently does not need to do any actions to support the
current usage of bdrv_reopen(). However, it is important to note
a couple of things: 1.) A connection will not be re-established to
an iSCSI target, and 2.) If iscsi_open() is changed to parse 'flags',
then iscsi_reopen_prepare() may need to be more than a stub.
In light of the above, this commit adds comments above both of the
functions to bring attention to these facts.
Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'util/module.c')
0 files changed, 0 insertions, 0 deletions