locks: Remove unused conf argument from lm_grant
[cascardo/linux.git] / include / linux / fs.h
index 9418772..908af4f 100644 (file)
@@ -869,7 +869,7 @@ struct lock_manager_operations {
        int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
        unsigned long (*lm_owner_key)(struct file_lock *);
        void (*lm_notify)(struct file_lock *);  /* unblock callback */
-       int (*lm_grant)(struct file_lock *, struct file_lock *, int);
+       int (*lm_grant)(struct file_lock *, int);
        void (*lm_break)(struct file_lock *);
        int (*lm_change)(struct file_lock **, int);
 };