Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92969
b: refs/heads/master
c: 9d91cdc
h: refs/heads/master
i:
  92967: c82d74c
v: v3
  • Loading branch information
David M. Richter authored and J. Bruce Fields committed Apr 25, 2008
1 parent ac8861f commit 7a82516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 190855576743a510219fc67886dace29b825d8cb
refs/heads/master: 9d91cdcc0cce3186742f38e7352459b2087fbb86
3 changes: 1 addition & 2 deletions trunk/fs/locks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1493,8 +1493,7 @@ EXPORT_SYMBOL_GPL(vfs_setlease);
int fcntl_setlease(unsigned int fd, struct file *filp, long arg)
{
struct file_lock fl, *flp = &fl;
struct dentry *dentry = filp->f_path.dentry;
struct inode *inode = dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;
int error;

locks_init_lock(&fl);
Expand Down

0 comments on commit 7a82516

Please sign in to comment.