]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: remove dlm_send_rcom_lookup_dump
authorDavid Teigland <teigland@redhat.com>
Mon, 9 Oct 2017 14:29:31 +0000 (09:29 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 9 Oct 2017 14:29:31 +0000 (09:29 -0500)
commit910b1352263ff16a55e1e045081cfe226fa4953e
tree79b4675d8c600a755fac468415fea6e62d76f1ca
parentfc92f9710723e22a4de2e1602d0cbfc1425f0762
dlm: remove dlm_send_rcom_lookup_dump

This function was only for debugging.  It would be
called in a condition that should not happen, and
should probably have been removed from the final
version of the original commit.

Remove it because it does mutex lock under spin lock.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c
fs/dlm/rcom.c
fs/dlm/rcom.h