diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-04 17:21:37 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-18 19:17:06 -0400 |
commit | 4698afe8e3a725576366f86560a8a8242b21b9f7 (patch) | |
tree | dfa312e0a6bce21a6f502b8b9cf0844281d094a2 /include/linux/fs.h | |
parent | f9ffed26d6f3e6ac9988947242821579d615fda7 (diff) | |
download | talos-op-linux-4698afe8e3a725576366f86560a8a8242b21b9f7.tar.gz talos-op-linux-4698afe8e3a725576366f86560a8a8242b21b9f7.zip |
locks: export setlease to filesystems
Export setlease so it can used by filesystems to implement their lease
methods.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
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 c8ddf34e9710..b188c2e5338d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -872,6 +872,7 @@ extern int vfs_cancel_lock(struct file *filp, struct file_lock *fl); 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 int vfs_setlease(struct file *, long, struct file_lock **); extern int lease_modify(struct file_lock **, int); extern int lock_may_read(struct inode *, loff_t start, unsigned long count); |