[PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()
[pandora-kernel.git] / include / linux / lock_dlm_plock.h
index 007b07a..fc34151 100644 (file)
@@ -12,7 +12,7 @@
 #define GDLM_PLOCK_MISC_NAME           "lock_dlm_plock"
 
 #define GDLM_PLOCK_VERSION_MAJOR       1
-#define GDLM_PLOCK_VERSION_MINOR       0
+#define GDLM_PLOCK_VERSION_MINOR       1
 #define GDLM_PLOCK_VERSION_PATCH       0
 
 enum {
@@ -34,6 +34,7 @@ struct gdlm_plock_info {
        __u64 number;
        __u64 start;
        __u64 end;
+       __u64 owner;
 };
 
 #endif