]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1efc86f1b3c64a7b0c58070c813a038e6a80ffc8
tree53c866fc67bbaec980320412519ebac8bdc9d060
parent72a20ac5582b27c162d7ebec7634efb17ed8d9c8
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