diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2010-05-21 15:27:26 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-05-21 15:27:26 -0400 |
commit | ee9a3607fb03e804ddf624544105f4e34260c380 (patch) | |
tree | ce41b6e0fa10982a306f6c142a92dbf3c9961284 /block/cfq-iosched.c | |
parent | b492e95be0ae672922f4734acf3f5d35c30be948 (diff) | |
parent | d515e86e639890b33a09390d062b0831664f04a2 (diff) |
Merge branch 'master' into for-2.6.35
Conflicts:
fs/ext3/fsync.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r-- | block/cfq-iosched.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index b1472bc2d49c..ed897b5ef315 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -3741,8 +3741,10 @@ static void *cfq_init_queue(struct request_queue *q) | |||
3741 | * to make sure that cfq_put_cfqg() does not try to kfree root group | 3741 | * to make sure that cfq_put_cfqg() does not try to kfree root group |
3742 | */ | 3742 | */ |
3743 | atomic_set(&cfqg->ref, 1); | 3743 | atomic_set(&cfqg->ref, 1); |
3744 | rcu_read_lock(); | ||
3744 | blkiocg_add_blkio_group(&blkio_root_cgroup, &cfqg->blkg, (void *)cfqd, | 3745 | blkiocg_add_blkio_group(&blkio_root_cgroup, &cfqg->blkg, (void *)cfqd, |
3745 | 0); | 3746 | 0); |
3747 | rcu_read_unlock(); | ||
3746 | #endif | 3748 | #endif |
3747 | /* | 3749 | /* |
3748 | * Not strictly needed (since RB_ROOT just clears the node and we | 3750 | * Not strictly needed (since RB_ROOT just clears the node and we |