commit | e0c47b6cb1de430fbc6f828f7acffa851c580840 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Tue Apr 28 14:27:50 2015 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Apr 28 15:36:17 2015 +0200 |
tree | d16c0a371a10ec53b673b4aff5327503485bada3 | |
parent | 4f5472cb2d3d37ec3282cc3829612f9d696c2df7 [diff] |
block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h The dirty bitmap functions are called from the block I/O processing code. Make them visible to block_int.h users so they can be used outside block.c. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>