Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348854
b: refs/heads/master
c: e65b9ad
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and Linus Torvalds committed Jan 16, 2013
1 parent f851cbd commit 45d4082
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: 36e7a96ceb6e9d347d8bf3def689c315131edf10
refs/heads/master: e65b9ad222c280c031bc8d3642cc38dd3026fe06
2 changes: 1 addition & 1 deletion trunk/include/linux/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ do { \

#else
# define down_read_nested(sem, subclass) down_read(sem)
# define down_write_nest_lock(sem, nest_lock) down_read(sem)
# define down_write_nest_lock(sem, nest_lock) down_write(sem)
# define down_write_nested(sem, subclass) down_write(sem)
#endif

Expand Down

0 comments on commit 45d4082

Please sign in to comment.