[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120628160855.GB22641@google.com>
Date: Thu, 28 Jun 2012 09:08:55 -0700
From: Tejun Heo <tj@...nel.org>
To: Paul Rolland <rol@...917.net>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jens Axboe <axboe@...nel.dk>
Subject: Re: 3.5.0-rc3 - Issue with CFQ and cgroup
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists