Skip to content
Commit c9e58fb2 authored by Bob Peterson's avatar Bob Peterson
Browse files

gfs2: write revokes should traverse sd_ail1_list in reverse



All the other functions that deal with the sd_ail_list run the list
from the tail back to the head, iow, in reverse. We should do the
same while writing revokes, otherwise we might miss removing entries
properly from the list when we hit the limit of how many revokes we
can write at one time (based on block size, which determines how
many block pointers will fit in the revoke block).

Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
parent 0ddeded4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment