From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libfsimage: add ext4 support for CentOS 5.x / Xen 4.2.1 backport Date: Mon, 15 Oct 2012 08:52:33 +0100 Message-ID: <1350287553.14440.0.camel@dagon.hellion.org.uk> References: <20120905030239.GJ8912@reaktio.net> <1346846602-1109-1-git-send-email-roger.pau@citrix.com> <1347613534.24226.167.camel@zakaz.uk.xensource.com> <20121014111035.GE8912@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20121014111035.GE8912@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Pasi =?ISO-8859-1?Q?K=E4rkk=E4inen?= Cc: xen-devel , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org On Sun, 2012-10-14 at 12:10 +0100, Pasi K=E4rkk=E4inen wrote: > On Fri, Sep 14, 2012 at 10:05:34AM +0100, Ian Campbell wrote: > > On Wed, 2012-09-05 at 13:03 +0100, Roger Pau Monne wrote: > > > CentOS 5.x forked e2fs ext4 support into a different package called > > > e4fs, and so headers and library names changed from ext2fs to ext4fs. > > > Check if ext4fs/ext2fs.h and -lext4fs work, and use that instead of > > > ext2fs to build libfsimage. This patch assumes that if the ext4fs > > > library is present it should always be used instead of ext2fs. > > > = > > > This patch includes a rework of the ext2fs check, a new ext4fs check > > > and a minor modification in libfsimage to use the correct library. > > > = > > > Signed-off-by: Roger Pau Monne > > > --- > > > Please re-run autogen.sh after applying > > = > > Done & acked + applied. Thanks. > > > = > Hello, > = > Now that this patch has been in xen-unstable for a while > I'd like to request Xen 4.2.1 backport.. Ian Jackson deals with backports, not me. Ian.