fs: dlm: don't use deprecated timeout features by default
authorAlexander Aring <aahringo@redhat.com>
Wed, 22 Jun 2022 18:45:23 +0000 (14:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Mon, 1 Aug 2022 14:31:38 +0000 (09:31 -0500)
commit6b0afc0cc3e9a9a91f5a76d0965d449781441e18
tree53c866fc67bbaec980320412519ebac8bdc9d060
parent81eeb82fc215afec7a0511dd5eab6b9cac8dac39
fs: dlm: don't use deprecated timeout features by default

This patch will disable use of deprecated timeout features if
CONFIG_DLM_DEPRECATED_API is not set.  The deprecated features
will be removed in upcoming kernel release v6.2.

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