Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54662
b: refs/heads/master
c: 428e6ce
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelianov authored and Linus Torvalds committed May 8, 2007
1 parent be1bda0 commit 9c41533
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: 644fd4f5de9ca147daeb6dc5f844b44ec3d58b47
refs/heads/master: 428e6ce023c5890cfecc8ad10335da3f28dbf893
2 changes: 1 addition & 1 deletion trunk/kernel/rwsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int down_write_trylock(struct rw_semaphore *sem)
int ret = __down_write_trylock(sem);

if (ret == 1)
rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_);
return ret;
}

Expand Down

0 comments on commit 9c41533

Please sign in to comment.