Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196871
b: refs/heads/master
c: f1ac250
h: refs/heads/master
i:
  196869: 1f9322c
  196867: 4976325
  196863: 85dcddb
v: v3
  • Loading branch information
Paul E. McKenney authored and Jens Axboe committed May 21, 2010
1 parent 1a85856 commit b29eed4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 6423104b6a1e6f0c18be60e8c33f02d263331d5e
refs/heads/master: f1ac2502e19c59e996242d406fcc60e4c563e8ce
1 change: 0 additions & 1 deletion trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3788,7 +3788,6 @@ static void *cfq_init_queue(struct request_queue *q)
* second, in order to have larger depth for async operations.
*/
cfqd->last_delayed_sync = jiffies - HZ;
INIT_RCU_HEAD(&cfqd->rcu);
return cfqd;
}

Expand Down
1 change: 0 additions & 1 deletion trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ int disk_expand_part_tbl(struct gendisk *disk, int partno)
if (!new_ptbl)
return -ENOMEM;

INIT_RCU_HEAD(&new_ptbl->rcu_head);
new_ptbl->len = target;

for (i = 0; i < len; i++)
Expand Down

0 comments on commit b29eed4

Please sign in to comment.