NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/43344



The following reply was made to PR kern/43344; it has been noted by GNATS.

From: Jeff Rizzo <riz%tastylime.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
Subject: Re: kern/43344
Date: Wed, 16 Jun 2010 07:10:34 -0700

 >>   Can you try this patch against 5.1_RC3 and let me know if it does
 >>   what you expect?  (this is from the kern/40936 commits)
 >>      
 > Which revisions did you pull from the HEAD?
 > IIRC I did more commits to fix botches on that PR.
 >    
 
 This is why I asked!  :)
 
 Here's what the patch consists of.  If there's other important stuff, 
 I'll be glad to add it before requesting a pullup.
 
 Module Name:    src
 Committed By:   christos
 Date:           Sun Mar  1 15:59:57 UTC 2009
 
 Modified Files:
          src/sys/ufs/ext2fs: ext2fs_dinode.h ext2fs_inode.c ext2fs_vfsops.c
 
 Log Message:
 PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/ext2fs/ext2fs_dinode.h
 cvs rdiff -u -r1.67 -r1.68 src/sys/ufs/ext2fs/ext2fs_inode.c
 cvs rdiff -u -r1.141 -r1.142 src/sys/ufs/ext2fs/ext2fs_vfsops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 
 Module Name:    src
 Committed By:   christos
 Date:           Sun Mar  1 19:21:09 UTC 2009
 
 Modified Files:
          src/sbin/newfs_ext2fs: extern.h mke2fs.c newfs_ext2fs.8 
 newfs_ext2fs.c
 
 Log Message:
 Support variable inode sizes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/sbin/newfs_ext2fs/extern.h
 cvs rdiff -u -r1.9 -r1.10 src/sbin/newfs_ext2fs/mke2fs.c
 cvs rdiff -u -r1.1 -r1.2 src/sbin/newfs_ext2fs/newfs_ext2fs.8
 cvs rdiff -u -r1.4 -r1.5 src/sbin/newfs_ext2fs/newfs_ext2fs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 
 Module Name:    src
 Committed By:   christos
 Date:           Sun Mar  1 19:37:16 UTC 2009
 
 Modified Files:
          src/sys/lib/libsa: ext2fs.c
 
 Log Message:
 catch up with variable inode size.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/sys/lib/libsa/ext2fs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 
 
 
 


Home | Main Index | Thread Index | Old Index