Source-Changes archive

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

CVS commit: src/sys/ufs



Module Name:    src
Committed By:   perseant
Date:           Sat Mar  1 05:07:53 UTC 2003

Modified Files:
        src/sys/ufs/lfs: lfs_inode.c lfs_vfsops.c
        src/sys/ufs/ufs: ufs_inode.c

Log Message:
Be careful to always zero pages on truncation/fragment extension,
in the case where the filesystem block size is larger than PAGE_SIZE.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.99 -r1.100 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.34 -r1.35 src/sys/ufs/ufs/ufs_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