• Alexander Aring's avatar
    dlm: introduce DLM_LSFL_SOFTIRQ_SAFE · f328a26e
    Alexander Aring authored
    Introduce a new external lockspace flag DLM_LSFL_SOFTIRQ_SAFE.  A
    lockspace user will set this flag if it can handle dlm running the
    callback functions from softirq context.  When not set, dlm will
    continue to run callback functions from the dlm_callback workqueue.
    The new lockspace flag cannot be used for user space lockspaces, so
    a uapi placeholder definition is used for the new flag value.
    Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    f328a26e
lockspace.c 19.2 KB