diff options
| author | William A. Adamson <andros@thnk.citi.umich.edu> | 2004-10-19 18:45:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-19 18:45:19 -0700 |
| commit | 1cb697f8418561df220a3c68a9ffc68771ee5204 (patch) | |
| tree | e8f7655241f76f92672811d57914cae58572211d /include/linux/fs.h | |
| parent | d744ecf3d4b0ba6f3e13b5ae07087f44d6be6f7b (diff) | |
[PATCH] nfs4 lease: export remove_lease
Export remove_lease(), an interface to time_out_leases() with an
fl_break_time in the past. needed by nfsd
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/linux/fs.h')
| -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 b6569ec04ff4..4a9463c662ed 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -702,6 +702,7 @@ extern int flock_lock_file_wait(struct file *filp, struct file_lock *fl); extern int __break_lease(struct inode *inode, unsigned int flags); extern void lease_get_mtime(struct inode *, struct timespec *time); extern int setlease(struct file *, long, struct file_lock **); +extern void remove_lease(struct file_lock *); extern int lock_may_read(struct inode *, loff_t start, unsigned long count); extern int lock_may_write(struct inode *, loff_t start, unsigned long count); extern void steal_locks(fl_owner_t from); |
