dlm: move rsb root_list to ls_recover() stack
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Apr 2024 19:18:01 +0000 (15:18 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Apr 2024 16:44:49 +0000 (11:44 -0500)
commit3a747f4a2ee85d51b905e2df940de4a924f8060a
tree3ae4c45fffec087de34738e3d1b327575c734ebb
parentaff46e0f24cd3adc54ec83f4cf834ff9ccb69307
dlm: move rsb root_list to ls_recover() stack

Move the rsb root_list from the lockspace to a stack variable since
it is now only used by the ls_recover() function.

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