aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2022-08-15 15:43:22 -0400
committerDavid Teigland <teigland@redhat.com>2022-08-23 14:54:01 -0500
commite152c38dc0e8f1f7f8aceccbcfb5b019ca3a4352 (patch)
treeb9972835728a0a81d34c85d2c708b7581e2bbc26 /fs/dlm
parentf45307d395da7ab1aa537cf00e8fd7123a2be4e2 (diff)
downloadlinux-e152c38dc0e8f1f7f8aceccbcfb5b019ca3a4352.tar.gz
fs: dlm: remove dlm_del_ast prototype
This patch removes dlm_del_ast() prototype which is not being used in the dlm subsystem because there is not implementation for it. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/ast.h b/fs/dlm/ast.h
index 181ad7d20c4d3..e5e05fcc58138 100644
--- a/fs/dlm/ast.h
+++ b/fs/dlm/ast.h
@@ -11,7 +11,6 @@
#ifndef __ASTD_DOT_H__
#define __ASTD_DOT_H__
-void dlm_del_ast(struct dlm_lkb *lkb);
int dlm_add_lkb_callback(struct dlm_lkb *lkb, uint32_t flags, int mode,
int status, uint32_t sbflags, uint64_t seq);
int dlm_rem_lkb_callback(struct dlm_ls *ls, struct dlm_lkb *lkb,