All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andres Salomon <dilinger@mp3revolution.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] eta for a 2.4.10 compatible release?
Date: Thu, 11 Oct 2001 04:56:21 -0400	[thread overview]
Message-ID: <20011011045621.A18923@mp3revolution.net> (raw)
In-Reply-To: <20011011023724.A22101@cistron.nl>

This is by no means blessed by the official LVM folks, but what I've
been doing for quite a while is the following (assuming the latest
lvm and kernel tarballs are unpacked in the current directory):

cp LVM/1.0.1-rc4/kernel/*.c LVM/1.0.1-rc4/kernel/lvm-internal.h \
	linux/drivers/md/
cp LVM/1.0.1-rc4/kernel/lvm.h linux/include/linux/
cat linux/drivers/md/Makefile | \
	sed 's/^\(lvm-mod-objs.*\)$/\1 lvm-fs.o/' > m && \
	mv m linux/drivers/md/Makefile

Very simple procedure; replace all the lvm stuff in the kernel w/ the
new lvm files, and just add lvm-fs.o to the md Makefile:
-lvm-mod-objs	:= lvm.o lvm-snap.o
+lvm-mod-objs	:= lvm.o lvm-snap.o lvm-fs.o

No worries about rejected patches, and so on.


On Thu, Oct 11, 2001 at 02:37:24AM +0200, Wichert Akkerman wrote:
> 
> 
> I'm looking at the LVM CVS tree and the last change in the kernel
> patches I can find is from August 22, and the patches don't
> apply to a 2.4.10 ( which is almost 3 weeks old now) or 2.4.11,
> either Linus or ac tree.
> 
> Are there any plans to make a new release that does work with a
> recent kernel or even just to update the CVS? 
> 
> Wichert.
> 
> -- 
>   _________________________________________________________________
>  /       Nothing is fool-proof to a sufficiently talented fool     \
> | wichert@wiggy.net                   http://www.liacs.nl/~wichert/ |
> | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
> 

-- 
"I think a lot of the basis of the open source movement comes from
  procrastinating students..."
	-- Andrew Tridgell <http://www.linux-mag.com/2001-07/tridgell_04.html>

  parent reply	other threads:[~2001-10-11  8:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11  0:37 [linux-lvm] eta for a 2.4.10 compatible release? Wichert Akkerman
2001-10-11  0:50 ` Peter Palfrader
2001-10-11  8:56 ` Andres Salomon [this message]
2001-10-11 12:30 ` AJ Lewis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011011045621.A18923@mp3revolution.net \
    --to=dilinger@mp3revolution.net \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.