• B
    gfs2: keep bios separate for each journal · 82218943
    Bob Peterson 提交于
    The recovery func can recover multiple journals, but they were all using
    the same bio. This resulted in use-after-free related to sdp->sd_log_bio.
    This patch moves the variable to the journal descriptor, jd, so that
    every recovery can operate on its own bio. And hopefully we never run out.
    Signed-off-by: NBob Peterson <rpeterso@redhat.com>
    82218943
incore.h 24.1 KB