]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/filesystems/Locking
nfsd4: eliminate lease delete callback
[mv-sheeva.git] / Documentation / filesystems / Locking
index b6426f15b4ae85f5469b962806004237b9b5607e..075be12bc5314928b5576c036078e1588bee5a35 100644 (file)
@@ -327,14 +327,12 @@ fl_release_private:       yes     yes
 prototypes:
        int (*fl_compare_owner)(struct file_lock *, struct file_lock *);
        void (*fl_notify)(struct file_lock *);  /* unblock callback */
-       void (*fl_release_private)(struct file_lock *);
        void (*fl_break)(struct file_lock *); /* break_lease callback */
 
 locking rules:
                        BKL     may block
 fl_compare_owner:      yes     no
 fl_notify:             yes     no
-fl_release_private:    yes     yes
 fl_break:              yes     no
 
        Currently only NFSD and NLM provide instances of this class. None of the