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 <zab@versity.com>
This commit is contained in:
Zach Brown
2017-08-28 14:27:05 -07:00
parent d228de60c4
commit a15ec9ff84

View File

@@ -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)
{