• Pavel Emelyanov's avatar
    img: Mark unbufferred images · 166c58d5
    Pavel Emelyanov authored
    We have some images that store raw data together with
    the pb objects (and one that just stores raw data) and
    use custom access to this. E.g. pipe-data images splice
    data into them and sk-queue one lseeks the image for
    queue packets.
    
    For those using buffered mode mixed with raw may lead
    to troubles. Explicitly mark such images, so that the
    buffering (next patches) handle such images carefully.
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    166c58d5
image-desc.c 3.09 KB