diff options
| author | William A. Adamson <andros@thnk.citi.umich.edu> | 2004-10-19 18:43:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-19 18:43:39 -0700 |
| commit | 6a0ddd1535f56ffb61951ae45fbb0ca45da61754 (patch) | |
| tree | 6c7eab51fbbe12a2014a7cfdadcc8928aa710f3b /include | |
| parent | 8f8d338eaa6af102c8ba69d9913b9f2cc84db8ba (diff) | |
[PATCH] nfs4 lease: add a lock manager release private callback
Add a lock manager release private callback to locks_free_lock() for lock
manger lease clean-up.
Signed-off-by: Andy Adamson <andros@citi.umich.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e9b3d55ce6d8..2177ae562927 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -634,6 +634,7 @@ struct lock_manager_operations { int (*fl_compare_owner)(struct file_lock *, struct file_lock *); void (*fl_notify)(struct file_lock *); /* unblock callback */ void (*fl_copy_lock)(struct file_lock *, struct file_lock *); + void (*fl_release_private)(struct file_lock *); }; /* that will die - we need it for nfs_lock_info */ |
