Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
[platform/kernel/linux-starfive.git] / include / linux / fs.h
index 19ef6c8..8e1f8f9 100644 (file)
@@ -1048,6 +1048,7 @@ struct lock_manager_operations {
        bool (*lm_break)(struct file_lock *);
        int (*lm_change)(struct file_lock *, int, struct list_head *);
        void (*lm_setup)(struct file_lock *, void **);
+       bool (*lm_breaker_owns_lease)(struct file_lock *);
 };
 
 struct lock_manager {