]> git.baikalelectronics.ru Git - kernel.git/commit
fs: dlm: use dlm_plock_info for do_unlock_close
authorAlexander Aring <aahringo@redhat.com>
Wed, 22 Jun 2022 18:45:08 +0000 (14:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 24 Jun 2022 16:53:04 +0000 (11:53 -0500)
commit083a3d760c81e16499016d956215fe7f971d5e30
tree3bdb841cbb9afbbb850d1c4b59e1eb1695bffc1f
parentab5ae2c42280273d09036928efa1559995838dd3
fs: dlm: use dlm_plock_info for do_unlock_close

This patch refactors do_unlock_close() by using only struct dlm_plock_info
as a parameter.

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