dlm: move root_list functionality to recover.c
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Apr 2024 19:17:59 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 9 Apr 2024 16:44:49 +0000 (11:44 -0500)
commit29e345f3c68e2bcf094162fc36394d348ccfb9ff
treedd960a9e323f605078f588fa85e3292b9182ce01
parent455597a55f402e52e1c577c921bf5fe3aa4d2281
dlm: move root_list functionality to recover.c

Move dlm_create_root_list() and dlm_release_root_list() to
recover.c and declare them static because they are only used
there.

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