Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61449
b: refs/heads/master
c: 4698afe
h: refs/heads/master
i:
  61447: 7dbdf6f
v: v3
  • Loading branch information
J. Bruce Fields committed Jul 18, 2007
1 parent 5dbb797 commit d9e9e9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9ffed26d6f3e6ac9988947242821579d615fda7
refs/heads/master: 4698afe8e3a725576366f86560a8a8242b21b9f7
3 changes: 2 additions & 1 deletion trunk/fs/locks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ int fcntl_getlease(struct file *filp)
*
* Called with kernel lock held.
*/
static int setlease(struct file *filp, long arg, struct file_lock **flp)
int setlease(struct file *filp, long arg, struct file_lock **flp)
{
struct file_lock *fl, **before, **my_before = NULL, *lease;
struct dentry *dentry = filp->f_path.dentry;
Expand Down Expand Up @@ -1421,6 +1421,7 @@ static int setlease(struct file *filp, long arg, struct file_lock **flp)
out:
return error;
}
EXPORT_SYMBOL(setlease);

/**
* vfs_setlease - sets a lease on an open file
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d9e9e9b

Please sign in to comment.