fs: dlm: unregister memory at the very last
authorAlexander Aring <aahringo@redhat.com>
Mon, 29 May 2023 21:44:32 +0000 (17:44 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 14 Jun 2023 15:17:33 +0000 (10:17 -0500)
commitcbba21169eeff4d43e064c43d0b95b1f89587da3
tree55379b1595226a799b7e88d928a4f2cbb81ee67e
parentf68bb23cad1f128198074ed7b3a4c5fb03dbd9d2
fs: dlm: unregister memory at the very last

The dlm modules midcomms, debugfs, lockspace, uses kmem caches. We
ensure that the kmem caches getting deallocated after those modules
exited.

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