Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64878
b: refs/heads/master
c: 0e2f6db
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Sep 12, 2007
1 parent 12e42fa commit 0b87312
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: 4740622c5c805d88c63a50747a2d05537dd233cf
refs/heads/master: 0e2f6db88a6900bc9db576d6b478b12ee60d61f7
2 changes: 1 addition & 1 deletion trunk/fs/locks.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ static int flock_lock_file(struct file *filp, struct file_lock *request)
if (request->fl_flags & FL_ACCESS)
goto out;
locks_copy_lock(new_fl, request);
locks_insert_lock(&inode->i_flock, new_fl);
locks_insert_lock(before, new_fl);
new_fl = NULL;
error = 0;

Expand Down

0 comments on commit 0b87312

Please sign in to comment.