Actually, we had exactly this issue with the SCSI bidirectional patches:
They depended on the sg_table patches in block. The solution I adopted
was two merge trees: One to go in immediately with no dependencies
(scsi-misc-2.6) and the other based on the pieces of block (so it would
compile and apply) to go in mid way through the merge round after block
(scsi-bidi-2.6). What I did was keep rebasing the bidi tree until I
could see there was nothing other than a plane base before merging it.
Of course, this only worked because Jens has a git tree ... it would
have been a lot harder (but not impossible) if I'd had entangled patches
from a quilt tree.
So I've already proven that the split tree solution is viable, if not
pretty. The bidi tree had to be rebased an awful lot as the block trees
changed and rebased. Unfortunately, git isn't very good at this, I
eventually had to keep a base and a top reference and just try to cherry
pick this series into the new constructed block tree. But it can be
done...
Actually, we never successfully got block and bidi via -mm.
James
--