• A
    fs: dlm: move internal flags to atomic ops · e1af8728
    Alexander Aring 提交于
    This patch will move the lkb_flags value to the recently introduced
    lkb_iflags value. For lkb_iflags we use atomic bit operations because
    some flags like DLM_IFL_CB_PENDING are used while non rsb lock is held
    to avoid issues with other flag manipulations which might run at the
    same time we switch to atomic bit operations. Snapshot the bit values to
    an uint32_t value is only used for debugging/logging use cases and don't
    need to be 100% correct.
    Signed-off-by: NAlexander Aring <aahringo@redhat.com>
    Signed-off-by: NDavid Teigland <teigland@redhat.com>
    e1af8728
recover.c 22.9 KB