• J
    blockjobs: split interface into public/private, Part 1 · c87621ea
    John Snow 提交于
    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: NJohn Snow <jsnow@redhat.com>
    Reviewed-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NJeff Cody <jcody@redhat.com>
    Message-id: 1477584421-1399-7-git-send-email-jsnow@redhat.com
    Signed-off-by: NJeff Cody <jcody@redhat.com>
    c87621ea
mirror.c 35.9 KB