]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/lock_dlm_plock.h
Pull ec into release branch
[linux-2.6-omap-h63xx.git] / include / linux / lock_dlm_plock.h
index 007b07a178abacd3de90515f91b541c6282da71a..fc34151139738f593032afed0fc27ca09b3605c3 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