* linux-next: manual merge of the drbd tree with the block tree
@ 2010-05-18 5:20 Stephen Rothwell
2010-05-18 11:45 ` Philipp Reisner
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-05-18 5:20 UTC (permalink / raw)
To: Philipp Reisner, drbd-dev
Cc: linux-next, linux-kernel, Jens Axboe, Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
Hi all,
Today's linux-next merge of the drbd tree got a conflict in
mm/page-writeback.c between commit
42bd225c0ba7c95af39293d39a950c48e7e5cb23 (""laptop-mode: Make flushes
per-device" fix") from the block tree and commit
e913fc825dc685a444cb4c1d0f9d32f372f59861 ("writeback: fix WB_SYNC_NONE
writeback from umount") from the drbd tree (via its merge of the block
tree).
I used the next-20100517 version of the block tree today (because the
above conflict was not resolved correctly in the block tree and caused a
build failure), so I will also use the next-20100517 version of the drbd
tree for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the drbd tree with the block tree
2010-05-18 5:20 linux-next: manual merge of the drbd tree with the block tree Stephen Rothwell
@ 2010-05-18 11:45 ` Philipp Reisner
2010-05-18 13:05 ` Jens Axboe
0 siblings, 1 reply; 5+ messages in thread
From: Philipp Reisner @ 2010-05-18 11:45 UTC (permalink / raw)
To: Stephen Rothwell
Cc: drbd-dev, linux-next, linux-kernel, Jens Axboe, Andrew Morton
Hi Stephen,
FYI:
I use
git://git.drbd.org/linux-2.6-drbd.git for-jens
as path of my patches to Jens.
I switched that tree to Jens'
git://git.kernel.dk/linux-2.6-block.git for-2.6.35
and provided the DRBD patches on top of that.
Not that I am not willing to help, I have the feeling that this
merge conflict has nothing to do with DRBD.
Best,
Phil
> Hi all,
>
> Today's linux-next merge of the drbd tree got a conflict in
> mm/page-writeback.c between commit
> 42bd225c0ba7c95af39293d39a950c48e7e5cb23 (""laptop-mode: Make flushes
> per-device" fix") from the block tree and commit
> e913fc825dc685a444cb4c1d0f9d32f372f59861 ("writeback: fix WB_SYNC_NONE
> writeback from umount") from the drbd tree (via its merge of the block
> tree).
>
> I used the next-20100517 version of the block tree today (because the
> above conflict was not resolved correctly in the block tree and caused a
> build failure), so I will also use the next-20100517 version of the drbd
> tree for today.
>
--
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the drbd tree with the block tree
2010-05-18 11:45 ` Philipp Reisner
@ 2010-05-18 13:05 ` Jens Axboe
0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2010-05-18 13:05 UTC (permalink / raw)
To: Philipp Reisner
Cc: Stephen Rothwell, drbd-dev, linux-next, linux-kernel,
Andrew Morton
On Tue, May 18 2010, Philipp Reisner wrote:
> Hi Stephen,
>
> FYI:
> I use
> git://git.drbd.org/linux-2.6-drbd.git for-jens
> as path of my patches to Jens.
>
> I switched that tree to Jens'
> git://git.kernel.dk/linux-2.6-block.git for-2.6.35
> and provided the DRBD patches on top of that.
>
> Not that I am not willing to help, I have the feeling that this
> merge conflict has nothing to do with DRBD.
I suspect that the merge will go smoothly with the updated branches when
Stephen runs his scripts tomorrow.
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread
* linux-next: manual merge of the drbd tree with the block tree
@ 2010-06-02 4:03 Stephen Rothwell
2010-06-02 6:19 ` Jens Axboe
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-06-02 4:03 UTC (permalink / raw)
To: Philipp Reisner, drbd-dev
Cc: linux-next, linux-kernel, Jens Axboe, Artem Bityutskiy
[-- Attachment #1: Type: text/plain, Size: 774 bytes --]
Hi all,
Today's linux-next merge of the drbd tree got a conflict in
fs/fs-writeback.c between commit f17625b318d9b151e7bd41e31223e9d89b2aaa77
("Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is
sync"") from the block tree and commits
5c92877730b509fefc445bbba6b3bc441c2c272a ("writeback: fix early free of
work struct") and dff38fd3d1d0914ac0715445bbe21fbce9abed15 ("writeback:
fix non-integrity write-back") from the drbd tree.
I suspect this is caused because the drbd tree id based on a different
version of the block tree to what is in the block tree for-next branch.
I just used the version of this file from the block tree.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the drbd tree with the block tree
2010-06-02 4:03 Stephen Rothwell
@ 2010-06-02 6:19 ` Jens Axboe
0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2010-06-02 6:19 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Philipp Reisner, drbd-dev, linux-next, linux-kernel,
Artem Bityutskiy
On Wed, Jun 02 2010, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the drbd tree got a conflict in
> fs/fs-writeback.c between commit f17625b318d9b151e7bd41e31223e9d89b2aaa77
> ("Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is
> sync"") from the block tree and commits
> 5c92877730b509fefc445bbba6b3bc441c2c272a ("writeback: fix early free of
> work struct") and dff38fd3d1d0914ac0715445bbe21fbce9abed15 ("writeback:
> fix non-integrity write-back") from the drbd tree.
>
> I suspect this is caused because the drbd tree id based on a different
> version of the block tree to what is in the block tree for-next branch.
> I just used the version of this file from the block tree.
Yeah, I had to yank a few patches since they didn't quite work out in
Christophs testing. The for-next version in the block tree has it all,
so that approach works.
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-02 6:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 5:20 linux-next: manual merge of the drbd tree with the block tree Stephen Rothwell
2010-05-18 11:45 ` Philipp Reisner
2010-05-18 13:05 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2010-06-02 4:03 Stephen Rothwell
2010-06-02 6:19 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).