dlm: use LSFL_FS to check for kernel lockspace
authorAlexander Aring <aahringo@redhat.com>
Mon, 3 Jun 2024 21:55:54 +0000 (17:55 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 11 Jun 2024 17:50:30 +0000 (12:50 -0500)
commitd3d85e9ad55b973eff3641dd3a61990a2c810785
tree712afc890bf3a88343c0961ede72ad9aa4a12f2c
parent01fdeca1cc2dd705b1391f31a2594214c8bd7886
dlm: use LSFL_FS to check for kernel lockspace

The existing external lockspace flag DLM_LSFL_FS is now also
saved as an internal flag LSFL_FS, so it can be checked from
other code locations which want to know if a lockspace is
used from the kernel or user space.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/ast.c
fs/dlm/dlm_internal.h
fs/dlm/lockspace.c