diff options
author | Alexander Aring <aahringo@redhat.com> | 2022-08-15 22:43:25 +0300 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2022-08-23 22:54:54 +0300 |
commit | 12cda13cfd5310bbfefdfe32a82489228e2e0381 (patch) | |
tree | bf6e91c18a8ae5e5f6513057936bf23a945e848f /include/uapi/linux/dlm.h | |
parent | 7a3de7324c2b1299a4f595bb6aa503c878ad7d75 (diff) | |
download | linux-12cda13cfd5310bbfefdfe32a82489228e2e0381.tar.xz |
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>
Diffstat (limited to 'include/uapi/linux/dlm.h')
-rw-r--r-- | include/uapi/linux/dlm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/dlm.h b/include/uapi/linux/dlm.h index 0d2eca287567..1923f4f3b05e 100644 --- a/include/uapi/linux/dlm.h +++ b/include/uapi/linux/dlm.h @@ -69,7 +69,6 @@ struct dlm_lksb { /* dlm_new_lockspace() flags */ #define DLM_LSFL_TIMEWARN 0x00000002 -#define DLM_LSFL_FS 0x00000004 #define DLM_LSFL_NEWEXCL 0x00000008 |