summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2010-10-31 17:35:48 +0100
committerJ. Bruce Fields2011-01-04 22:49:29 +0100
commit255c7cf810e4776ae8f1023332060459f30d8a2a (patch)
tree1b858a364f7de9a4e129080aa3fe37ae28dd0cd3 /fs/locks.c
parentlocks: eliminate fl_mylease callback (diff)
downloadkernel-qcow2-linux-255c7cf810e4776ae8f1023332060459f30d8a2a.tar.gz
kernel-qcow2-linux-255c7cf810e4776ae8f1023332060459f30d8a2a.tar.xz
kernel-qcow2-linux-255c7cf810e4776ae8f1023332060459f30d8a2a.zip
locks: minor setlease cleanup
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/locks.c')
-rw-r--r--fs/locks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c
index 5cb65062281a..feaac634d0da 100644
--- a/fs/locks.c
+++ b/fs/locks.c
@@ -1399,7 +1399,7 @@ int generic_setlease(struct file *filp, long arg, struct file_lock **flp)
for (before = &inode->i_flock;
((fl = *before) != NULL) && IS_LEASE(fl);
before = &fl->fl_next) {
- if (fl->fl_file == lease->fl_file)
+ if (fl->fl_file == filp)
my_before = before;
else if (fl->fl_type == (F_INPROGRESS | F_UNLCK))
/*