Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311911
b: refs/heads/master
c: 8d657eb
h: refs/heads/master
i:
  311909: 9deee07
  311907: 5bdfa74
  311903: ec38232
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 13, 2012
1 parent 40f6475 commit 87a001b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 39ea32ca7e425cde24df04f34bf76746ea028681
refs/heads/master: 8d657eb3b43861064d36241e88d9d61c709f33f0
2 changes: 1 addition & 1 deletion trunk/fs/locks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ int generic_setlease(struct file *filp, long arg, struct file_lock **flp)
case F_WRLCK:
return generic_add_lease(filp, arg, flp);
default:
BUG();
return -EINVAL;
}
}
EXPORT_SYMBOL(generic_setlease);
Expand Down

0 comments on commit 87a001b

Please sign in to comment.