Re: drivers/block/cpqarray.c:938:2: error: too many arguments to function lk_rq_map_sg
From: Tomas Carnecky <hidden>
Date: 2012-06-14 11:53:27
Also in:
git, linux-scsi, lkml
From: Tomas Carnecky <hidden>
Date: 2012-06-14 11:53:27
Also in:
git, linux-scsi, lkml
On Thu, 14 Jun 2012 19:31:42 +0800, Fengguang Wu [off-list ref] wrote:
On Thu, Jun 14, 2012 at 12:45:38PM +0200, Jens Axboe wrote:quoted
On 06/14/2012 12:02 PM, Fengguang Wu wrote:quoted
OK, I'll add a grep for "Dont-Auto-Build". If it's found in *any* commit of the branch, the build script will skip the whole branch. Does this make sense to you?Yeah that'll work for me. A description or tag might be more elegant, but this is easier...Great, let's settle with the in-commit tag "Dont-Auto-Build" for now :) "git branch --edit-description" could potentially be the most elegant solution, unfortunately for now there seems no way for me to retrieve the branch description edited by you.. Another alternative, git tag, has the problem that it goes out of sync every time you do rebase, which will sure happen a lot for early RFC patches.
Commit notes or a special namespace for branches (refs/heads/wip/...) would also be an option. tom