Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux
[linux-2.6-block.git] / include / linux / fs.h
index 291c50500ca20b77ac558e41d5ec6c1ea80a95df..9193f5f6b09ddc07c979d31b953af5761522b0c9 100644 (file)
@@ -1019,8 +1019,6 @@ 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 *);
        fl_owner_t (*lm_get_owner)(fl_owner_t);
        void (*lm_put_owner)(fl_owner_t);
        void (*lm_notify)(struct file_lock *);  /* unblock callback */