From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 30 Oct 2002 11:23:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 30 Oct 2002 11:23:15 -0500 Received: from thebsh.namesys.com ([212.16.7.65]:11524 "HELO thebsh.namesys.com") by vger.kernel.org with SMTP id ; Wed, 30 Oct 2002 11:23:13 -0500 From: Nikita Danilov MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15808.2284.23607.625639@laputa.namesys.com> Date: Wed, 30 Oct 2002 19:29:32 +0300 X-PGP-Fingerprint: 43CE 9384 5A1D CD75 5087 A876 A1AA 84D0 CCAA AC92 X-PGP-Key-ID: CCAAAC92 X-PGP-Key-At: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xCCAAAC92 To: Tomas Szepe Cc: Jeff Garzik , Linux Kernel Mailing List , Reiserfs mail-list Subject: Re: [ANNOUNCE]: reiser4 In-Reply-To: <20021030162200.GD1995@louise.pinerecords.com> References: <15806.51536.985203.709475@laputa.namesys.com> <3DBED1C8.5080404@pobox.com> <15806.54736.737949.328809@laputa.namesys.com> <20021030162200.GD1995@louise.pinerecords.com> X-Mailer: VM 7.07 under 21.5 (beta6) "bok choi" XEmacs Lucid Microsoft: Where `market lock-in' means throwing away the keys. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Tomas Szepe writes: > > > Nikita Danilov wrote: > > > > > > >Hello, > > > > > > > >Snapshot of reiser4 source code can be found at > > > >http://www.namesys.com/snapshots/2002.10.29/. > > > > > > > >It is set of patches against current Linus BK tree (2.5.44). > > > > > > > > > > > > > > The current Linus BK tree is quite a bit different from 2.5.44 ;-) > > > > > > Take a look at 2.5.44-bk1 at > > > ftp://ftp.kernel.org/pub/linux/kernel/v2.5/snapshots/ > > > > > > A -bk2 snapshot should appear within the hour, too, with heaps of > > > additional changes. > > > > > > > Sorry, my fault. > > > > Patches in reiser4 snapshot are against Linus BK repository at > > http://linux.bkbits.net/linux-2.5. Numbers 2, 5, and 44, are, of course, > > just VERSION, PATCHLEVEL, and SUBLEVEL in the Makefile of the said > > repository. > > The following is needed to compile reiser4 in 2.5.44-bk3: Thanks a lot. > > diff -urN linux-2.5.44-bk3-reiser4/mm/Makefile linux-2.5.44-bk3-reiser4.1/mm/Makefile > --- linux-2.5.44-bk3-reiser4/mm/Makefile 2002-10-12 13:35:03.000000000 +0200 > +++ linux-2.5.44-bk3-reiser4.1/mm/Makefile 2002-10-30 17:15:10.000000000 +0100 > @@ -2,7 +2,7 @@ > # Makefile for the linux memory manager. > # > Nikita.