OSDN Git Service

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)
commit9250e523592a8ced3ecd14abe29fbb1e036bd7eb
tree79b4675d8c600a755fac468415fea6e62d76f1ca
parent9e1b0211c5dd4acbd21a8ec1b86fc38a497a4656
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