xfs
[Top] [All Lists]

2.4.2 patch avaiable

To: linux-xfs@xxxxxxxxxxx
Subject: 2.4.2 patch avaiable
From: Russell Cattelan <cattelan@xxxxxxxxxxx>
Date: Fri, 23 Feb 2001 23:57:51 -0600
Sender: owner-linux-xfs@xxxxxxxxxxx
The original patch Dated Feb22  was incorrectly generated.
It was based on a 2.4.0 vanilla linux tree rather than a 2.4.2 tree.

A new patch was put out on oss earlier today.
Feb232001devel.patch.gz
Feb232001devel-cvs.patch.gz

 As always the best way to stay current is via cvs.
http://linux-xfs.sgi.com/projects/xfs/cvs_download.html

Also for anybody who has recently joined the list this little
procmail rule and perl script is quite useful.

:0 Hf
* ^Subject.*TAKE
|  $HOME/bin/take2.pl

take2:pl
#!/usr/bin/perl

#use Data::Dumper;

$baseoss = "http://oss.sgi.com/cgi-bin/cvsweb.cgi"."/linux-2.4-xfs";;
del";
$base = $map.$base;

while(<>){
  print $_;
  if ((($file,$revB,$revM) = /(.+)\ -\ ([0-9]+)\.([0-9]+)/)){
        $revP = $revM - 1;
        #  print "$file $revB $revM $revP\n";
        $url1 = "r1=text&tr1=$revB.$revM&";
        $fullurl = $base."/".$file.".diff?".$url1.$url2."f=h";
        print "$fullurl\n";
  }
}

This will convert normal TAKE messages to

Modid:  2.4.x-xfs:slinx:88300a
linux/fs/xfs/xfs_log_priv.h - 1.77
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_log_priv.h.diff?r1=text&tr1=1.77&r2=text&tr2=1.76&f=h

        - Bump max iclogs to 8


Which is quite useful for viewing changes.

--
Russell Cattelan
cattelan@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
  • 2.4.2 patch avaiable, Russell Cattelan <=