From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <447E23AB.1030408@chaos.ao.net> Date: Wed, 31 May 2006 19:15:55 -0400 From: "Harik A'ttar" MIME-Version: 1.0 Subject: Re: [linux-lvm] mirroring References: <200605181256.31974.jw0_lists@headissue.com> In-Reply-To: <200605181256.31974.jw0_lists@headissue.com> Content-Transfer-Encoding: 7bit Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: LVM general discussion and development Cc: device-mapper development Jens Wilke wrote: > On Thursday 18 May 2006 10:05, Jonathan E Brassow wrote: >> I think most of the device-mapper and LVM2 patches for mirroring have >> been put into CVS. device-mapper kernel patches for various kernels >> can be found at https://www.brassow.com/mirroring. > > It's working better without https ;) > > http://www.brassow.com/mirroring Wow, that's rather a mess. diff --git a/Makefile b/Makefile index cb57905..b93f75f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 -EXTRAVERSION = +EXTRAVERSION = .16 NAME=Sliding Snow Leopard # *DOCUMENTATION* You've merged the 2.6.16.16 patch with the mirroring patch. Can you redo the patch from the same versions?