• Alexander Aring's avatar
    fs: dlm: rename DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING · 554d8496
    Alexander Aring authored
    This patch renames DLM_IFL_NEED_SCHED to DLM_IFL_CB_PENDING because
    CB_PENDING is a proper name to describe this flag. This flag is set when
    callback enqueue will return DLM_ENQUEUE_CALLBACK_NEED_SCHED because the
    callback worker need to be queued. The flag tells that callbacks are
    currently pending to be called and will be unset if the callback work
    for the specific lkb is done. The term need schedule is part of this
    time but a proper name is to say that there are some callbacks pending
    to being called.
    Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    554d8496
user.c 25.5 KB