[DLM] Remove range locks from the DLM
This patch removes support for range locking from the DLM
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/include/linux/dlm.h b/include/linux/dlm.h
index dd324ba..1b1dcb9 100644
--- a/include/linux/dlm.h
+++ b/include/linux/dlm.h
@@ -160,15 +160,6 @@
typedef void dlm_lockspace_t;
/*
- * Lock range structure
- */
-
-struct dlm_range {
- uint64_t ra_start;
- uint64_t ra_end;
-};
-
-/*
* Lock status block
*
* Use this structure to specify the contents of the lock value block. For a
@@ -277,8 +268,7 @@
uint32_t parent_lkid,
void (*lockast) (void *astarg),
void *astarg,
- void (*bast) (void *astarg, int mode),
- struct dlm_range *range);
+ void (*bast) (void *astarg, int mode));
/*
* dlm_unlock