Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/ufs



Module Name:    src
Committed By:   riz
Date:           Wed Jan 25 18:18:46 UTC 2012

Modified Files:
        src/sys/ufs/ffs [netbsd-5]: ffs_inode.c
        src/sys/ufs/lfs [netbsd-5]: lfs_inode.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1702):
        sys/ufs/lfs/lfs_inode.c: revision 1.126
        sys/ufs/ffs/ffs_inode.c: revision 1.108
If ufs_balloc_range() fails, make sure to call ?fs_truncate() to
reset v_writesize to the right value.
If v_writesize is left larger than the allocated blocks, we may have
the same issue as the one described in
http://mail-index.netbsd.org/tech-kern/2010/02/02/msg007156.html


To generate a diff of this commit:
cvs rdiff -u -r1.99.4.1 -r1.99.4.2 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -u -r1.120.10.1 -r1.120.10.2 src/sys/ufs/lfs/lfs_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