locks: eliminate fl_mylease callback
[pandora-kernel.git] / include / linux / fs.h
index 090f0ea..73ce69f 100644 (file)
@@ -1059,7 +1059,6 @@ struct lock_manager_operations {
        int (*fl_grant)(struct file_lock *, struct file_lock *, int);
        void (*fl_release_private)(struct file_lock *);
        void (*fl_break)(struct file_lock *);
-       int (*fl_mylease)(struct file_lock *, struct file_lock *);
        int (*fl_change)(struct file_lock **, int);
 };