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

gfs2: don't allow releasepage to free bd still used for revokes



Before this patch, function gfs2_releasepage would free any bd
elements that had been used for the page being released. However,
those bd elements may still be queued to the sd_log_revokes list,
in which case we cannot free them until the revoke has been issued.

This patch adds additional checks for bds that are still being
used for revokes.

Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
parent ca399c96
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment