• K
    block: reopen: Queue children after their parents · 1857c97b
    Kevin Wolf 提交于
    We will calculate the required new permissions in the prepare stage of a
    reopen. Required permissions of children can be influenced by the
    changes made to their parents, but parents are independent from their
    children. This means that permissions need to be calculated top-down. In
    order to achieve this, queue parents before their children rather than
    queuing the children first.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    1857c97b
block.c 145.9 KB