Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156167
b: refs/heads/master
c: cbb4f26
h: refs/heads/master
i:
  156165: 6f9259c
  156163: ce4e373
  156159: dc27219
v: v3
  • Loading branch information
Li Zefan authored and Jens Axboe committed Jul 31, 2009
1 parent 395884f commit 9b479fe
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: 56ad1740d9a8dc271e71fee234be662638c64458
refs/heads/master: cbb4f2646d77b536ed2b1500ef6641083228ed8f
2 changes: 1 addition & 1 deletion trunk/include/linux/iocontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static inline struct io_context *ioc_task_link(struct io_context *ioc)
* a race).
*/
if (ioc && atomic_long_inc_not_zero(&ioc->refcount)) {
atomic_long_inc(&ioc->refcount);
atomic_inc(&ioc->nr_tasks);
return ioc;
}

Expand Down

0 comments on commit 9b479fe

Please sign in to comment.