locks: change lm_get_owner and lm_put_owner prototypes
[deliverable/linux.git] / include / linux / fs.h
index f4131e8ead74965a73272949b3a9eae8fa08b5c7..e4111a29697e1991d21f340ef0f14f3b97c28466 100644 (file)
@@ -893,8 +893,8 @@ struct file_lock_operations {
 struct lock_manager_operations {
        int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
        unsigned long (*lm_owner_key)(struct file_lock *);
-       void (*lm_get_owner)(struct file_lock *, struct file_lock *);
-       void (*lm_put_owner)(struct file_lock *);
+       fl_owner_t (*lm_get_owner)(fl_owner_t);
+       void (*lm_put_owner)(fl_owner_t);
        void (*lm_notify)(struct file_lock *);  /* unblock callback */
        int (*lm_grant)(struct file_lock *, int);
        bool (*lm_break)(struct file_lock *);
This page took 0.037725 seconds and 5 git commands to generate.