From a15ec9ff841856364c6e6e4dabbe652c259f097d Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 28 Aug 2017 14:27:05 -0700 Subject: [PATCH] scoutfs: comment out dlm posix calls stackglue is trying to call dlm posix symbols that don't exist in some RHEL dlm kernels. We're not using this functionality yet so let's just tear it out for now. Signed-off-by: Zach Brown --- kmod/src/stackglue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kmod/src/stackglue.c b/kmod/src/stackglue.c index f2ff3b1b..b8a5fbe3 100644 --- a/kmod/src/stackglue.c +++ b/kmod/src/stackglue.c @@ -157,6 +157,7 @@ void ocfs2_dlm_dump_lksb(struct ocfs2_dlm_lksb *lksb) { } +#if 0 static int user_plock(struct ocfs2_cluster_connection *conn, u64 ino, struct file *file, @@ -193,6 +194,7 @@ int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino, { return user_plock(conn, ino, file, cmd, fl); } +#endif static void user_recover_prep(void *arg) {