From: Jens Axboe on
On Fri, May 07 2010, Jens Axboe wrote:
> Hi Linus,
>
> Two small fixes for 2.6.34. One fixes a typo in drbd, and the other
> fixes a missing RCU lock in the block cgroup code. Please pull.
>
>
> git://git.kernel.dk/linux-2.6-block.git for-linus
>
> Jens Axboe (1):
> Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus
>
> Lars Ellenberg (1):
> drbd: don't expose failed local READ to upper layers
>
> Vivek Goyal (1):
> blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
>
> block/cfq-iosched.c | 2 ++
> drivers/block/drbd/drbd_worker.c | 2 +-
> 2 files changed, 3 insertions(+), 1 deletions(-)

Another small RCU block cgroup fix was missed, I've pushed that out now.
New changelog/diffstat:

git://git.kernel.dk/linux-2.6-block.git for-linus

Jens Axboe (1):
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus

Lars Ellenberg (1):
drbd: don't expose failed local READ to upper layers

Li Zefan (1):
blk-cgroup: Fix an RCU warning in blkiocg_create()

Vivek Goyal (1):
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()

block/blk-cgroup.c | 8 ++++----
block/cfq-iosched.c | 2 ++
drivers/block/drbd/drbd_worker.c | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)

--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/