fs: dlm: cleanup and remove _send_rcom
authorAlexander Aring <aahringo@redhat.com>
Fri, 16 Jul 2021 20:22:38 +0000 (16:22 -0400)
committerDavid Teigland <teigland@redhat.com>
Mon, 19 Jul 2021 16:53:43 +0000 (11:53 -0500)
commit88aa023a2556aae92664f135eae794be9449e4f3
tree7dfcb57956f58b5d49df790e259915cf431be8d0
parent052849beeab02306d1420d03da959e7db883b375
fs: dlm: cleanup and remove _send_rcom

The _send_rcom() can be removed and we call directly dlm_rcom_out().
As we doing that we removing the struct dlm_ls parameter which isn't
used.

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