Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182949
b: refs/heads/master
c: 4671a13
h: refs/heads/master
i:
  182947: 677e47d
v: v3
  • Loading branch information
Richard Kennedy authored and Jens Axboe committed Mar 1, 2010
1 parent 9b248b9 commit 3f524a6
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: 73e9ffdd0cc8159f876d5e29ecf2d9c1bfca544f
refs/heads/master: 4671a1322052425afa38fcb7980d2fd2bb0fc99b
2 changes: 1 addition & 1 deletion trunk/block/blk-ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct io_context *alloc_io_context(gfp_t gfp_flags, int node)
spin_lock_init(&ret->lock);
ret->ioprio_changed = 0;
ret->ioprio = 0;
ret->last_waited = jiffies; /* doesn't matter... */
ret->last_waited = 0; /* doesn't matter... */
ret->nr_batch_requests = 0; /* because this is 0 */
INIT_RADIX_TREE(&ret->radix_root, GFP_ATOMIC | __GFP_HIGH);
INIT_HLIST_HEAD(&ret->cic_list);
Expand Down

0 comments on commit 3f524a6

Please sign in to comment.