• Bob Peterson's avatar
    gfs2: introduce qd_bh_get_or_undo · 7dbc6ae6
    Bob Peterson authored
    This patch is an attempt to force some consistency in quota sync
    processing. Two functions (qd_fish and gfs2_quota_unlock) called
    qd_check_sync, after which they both called bh_get, and if that failed,
    they took the same steps to undo the actions of qd_check_sync.
    
    This patch introduces a new function, qd_bh_get_or_undo, which performs
    the same steps, reducing code redundancy.
    Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
    Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
    7dbc6ae6
quota.c 42.3 KB