locks: define a lm_setup handler for leases
[linux-2.6-block.git] / include / linux / fs.h
index f1870eb67b024e58cc37c2202f0001a80b65b117..9a6d56154dd54d24bedaa62d17631382ceff34e8 100644 (file)
@@ -874,6 +874,7 @@ struct lock_manager_operations {
        int (*lm_grant)(struct file_lock *, int);
        void (*lm_break)(struct file_lock *);
        int (*lm_change)(struct file_lock **, int);
+       void (*lm_setup)(struct file_lock *, void **);
 };
 
 struct lock_manager {