Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / Documentation / filesystems / locking.rst
index eb71156..318605d 100644 (file)
@@ -429,6 +429,7 @@ prototypes::
        int (*lm_grant)(struct file_lock *, struct file_lock *, int);
        void (*lm_break)(struct file_lock *); /* break_lease callback */
        int (*lm_change)(struct file_lock **, int);
+       bool (*lm_breaker_owns_lease)(struct file_lock *);
 
 locking rules:
 
@@ -439,6 +440,7 @@ lm_notify:          yes             yes                     no
 lm_grant:              no              no                      no
 lm_break:              yes             no                      no
 lm_change              yes             no                      no
+lm_breaker_owns_lease: no              no                      no
 ==========             =============   =================       =========
 
 buffer_head