Re: 3.5.0-rc3 - Issue with CFQ and cgroup

From: Tejun Heo
Date: Thu Jun 28 2012 - 12:08:59 EST


On Thu, Jun 28, 2012 at 06:04:43PM +0200, Paul Rolland wrote:
> What I did :
> mkdir tejun
> cd tejun
> git init
> git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
> for-linus

You cloned block tree into for-linus directory and then implicitly
used the master branch of the block tree, which is mainline. What
should have been done are...

* git clone git://git.kernel....block.git block
* cd block
* git checkout for-linus

Thanks.

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