]> Pileus Git - ~andy/linux/blobdiff - fs/dlm/dlm_internal.h
platinumfb: Use linux/of_{device,platform}.h instead of asm
[~andy/linux] / fs / dlm / dlm_internal.h
index c70c8e58358f8e27a0587c1823aab0a4b292cf3f..5a7ac33b629cf5db96d6546ee2b394809c4278d3 100644 (file)
 #include <linux/jhash.h>
 #include <linux/miscdevice.h>
 #include <linux/mutex.h>
-#include <asm/semaphore.h>
 #include <asm/uaccess.h>
 
 #include <linux/dlm.h>
 #include "config.h"
 
-#define DLM_LOCKSPACE_LEN      64
-
 /* Size of the temp buffer midcomms allocates on the stack.
    We try to make this large enough so most messages fit.
    FIXME: should sctp make this unnecessary? */
@@ -582,6 +579,8 @@ static inline int dlm_no_directory(struct dlm_ls *ls)
 int dlm_netlink_init(void);
 void dlm_netlink_exit(void);
 void dlm_timeout_warn(struct dlm_lkb *lkb);
+int dlm_plock_init(void);
+void dlm_plock_exit(void);
 
 #ifdef CONFIG_DLM_DEBUG
 int dlm_register_debugfs(void);