]> 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)
commitc24aff07aa02a8db548b7ca682e19425cd3c25de
tree53c866fc67bbaec980320412519ebac8bdc9d060
parent11c63a1d32321d36f0545ff0f137ad83518b4c7a
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