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)
commit4d413ae9ced4180c0e2114553c3a7560b509b0f8
tree3bdb841cbb9afbbb850d1c4b59e1eb1695bffc1f
parentea06d4cabf529eefbe7e89e3a8325f1f89355ccd
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