Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149422
b: refs/heads/master
c: ff677f8
h: refs/heads/master
v: v3
  • Loading branch information
Nikanth Karthikesan authored and Jiri Kosina committed Jun 12, 2009
1 parent b179127 commit b1d5a77
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: 88164ff4fca75051315d73729ea5a014e8986234
refs/heads/master: ff677f8d10a7b7dea6fbfc48d5ceeb3018cabb23
2 changes: 1 addition & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ asmlinkage long compat_sys_fcntl64(unsigned int fd, unsigned int cmd,
ret = sys_fcntl(fd, cmd, (unsigned long)&f);
set_fs(old_fs);
if (cmd == F_GETLK && ret == 0) {
/* GETLK was successfule and we need to return the data...
/* GETLK was successful and we need to return the data...
* but it needs to fit in the compat structure.
* l_start shouldn't be too big, unless the original
* start + end is greater than COMPAT_OFF_T_MAX, in which
Expand Down

0 comments on commit b1d5a77

Please sign in to comment.