Source-Changes archive

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

CVS commit: [netbsd-6-1] src/sbin/fsck_ffs



Module Name:    src
Committed By:   riz
Date:           Tue Dec 17 22:34:18 UTC 2013

Modified Files:
        src/sbin/fsck_ffs [netbsd-6-1]: inode.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #991):
        sbin/fsck_ffs/inode.c: revision 1.70
Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).
This would be a problem only when allocating a new data block and the
indir block is already allocated, which explains why automated tests didn't
find it.
Problem reported on tech-kern@ and fix tested by manu@.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.64.14.1 src/sbin/fsck_ffs/inode.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