On 2011-11-01 06:15, Stephen Rothwell wrote: > Hi Jens, > > Today's linux-next merge of the block tree got a conflict in > drivers/md/raid10.c between commit fd01b88c75a7 ("md: remove typedefs: > mddev_t -> struct mddev") from Linus' tree and commit 5a7bbad27a41 > ("block: remove support for bio remapping from ->make_request") from the > block tree. > > I fixed it up (see below) and can carry the fix as necessary. Fixup looks good, however don't you get the same conflict in basically all the raid personalities? Fixup is indeed just the simple int -> void transition, conflict is because of the mddev_t -> struct mddev change that is now in Linus' tree. I'll push my pending off to Linus today or tomorrow, so this will be resolved shortly. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html