Am 14.10.2016 um 00:57 hat John Snow geschrieben: > To make it a little more obvious which functions are intended to be > public interface and which are intended to be for use only by jobs > themselves, split the interface into "public" and "private" files. > > Convert blockjobs (e.g. block/backup) to using the private interface. > Leave blockdev and others on the public interface. > > There are remaining uses of private state by qemu-img, and several > cases in blockdev.c and block/io.c where we grab job->blk for the > purposes of acquiring an AIOContext. > > These will be corrected in future patches. > > Signed-off-by: John Snow <js...@redhat.com>
Reviewed-by: Kevin Wolf <kw...@redhat.com>