diff options
author | David Teigland <teigland@redhat.com> | 2017-10-09 09:29:31 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2017-10-09 09:29:31 -0500 |
commit | 9250e523592a8ced3ecd14abe29fbb1e036bd7eb (patch) | |
tree | 79b4675d8c600a755fac468415fea6e62d76f1ca /fs/dlm/rcom.h | |
parent | 9e1b0211c5dd4acbd21a8ec1b86fc38a497a4656 (diff) | |
download | linux-stable-9250e523592a8ced3ecd14abe29fbb1e036bd7eb.tar.gz linux-stable-9250e523592a8ced3ecd14abe29fbb1e036bd7eb.tar.bz2 linux-stable-9250e523592a8ced3ecd14abe29fbb1e036bd7eb.zip |
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>
Diffstat (limited to 'fs/dlm/rcom.h')
-rw-r--r-- | fs/dlm/rcom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/rcom.h b/fs/dlm/rcom.h index f8e243463c15..206723ab744d 100644 --- a/fs/dlm/rcom.h +++ b/fs/dlm/rcom.h @@ -17,7 +17,6 @@ int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags); int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name,int last_len); int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid); -int dlm_send_rcom_lookup_dump(struct dlm_rsb *r, int to_nodeid); int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb); void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid); int dlm_send_ls_not_ready(int nodeid, struct dlm_rcom *rc_in); |