fs: dlm: remove DLM_LSFL_FS from uapi
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Aug 2022 19:43:25 +0000 (15:43 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 23 Aug 2022 19:54:54 +0000 (14:54 -0500)
commit12cda13cfd5310bbfefdfe32a82489228e2e0381
treebf6e91c18a8ae5e5f6513057936bf23a945e848f
parent7a3de7324c2b1299a4f595bb6aa503c878ad7d75
fs: dlm: remove DLM_LSFL_FS from uapi

The DLM_LSFL_FS flag is set in lockspaces created directly
for a kernel user, as opposed to those lockspaces created
for user space applications.  The user space libdlm allowed
this flag to be set for lockspaces created from user space,
but then used by a kernel user.  No kernel user has ever
used this method, so remove the ability to do it.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
drivers/md/md-cluster.c
fs/dlm/lockspace.c
fs/dlm/lockspace.h
fs/dlm/user.c
fs/gfs2/lock_dlm.c
fs/ocfs2/stack_user.c
include/linux/dlm.h
include/uapi/linux/dlm.h