From d4a89a5fbc630a44dc29001af9539dea1f89364e Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Wed, 23 Aug 2017 17:46:55 -0500 Subject: [PATCH] scoutfs: dlmglue ifdef out ocfs2_build_lock_name() This was missed in the initial #ifdef patch. Signed-off-by: Mark Fasheh --- kmod/src/dlmglue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmod/src/dlmglue.c b/kmod/src/dlmglue.c index c9e7a352..7c25424d 100644 --- a/kmod/src/dlmglue.c +++ b/kmod/src/dlmglue.c @@ -417,7 +417,7 @@ static int ocfs2_prepare_cancel_convert(struct ocfs2_super *osb, static int ocfs2_cancel_convert(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres); - +#if 0 static void ocfs2_build_lock_name(enum ocfs2_lock_type type, u64 blkno, u32 generation, @@ -435,7 +435,7 @@ static void ocfs2_build_lock_name(enum ocfs2_lock_type type, mlog(0, "built lock resource with name: %s\n", name); } - +#endif static DEFINE_SPINLOCK(ocfs2_dlm_tracking_lock); static void ocfs2_add_lockres_tracking(struct ocfs2_lock_res *res,