mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 11:10:44 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user