Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   perseant
Date:           Sun Apr 23 21:10:29 UTC 2000

Modified Files:
        syssrc/sys/ufs/lfs: lfs_balloc.c lfs_debug.c lfs_inode.c lfs_vfsops.c

Log Message:
Fix problems outlined in PR#9926:
        - lfs_truncate extends the file if called with length > i_ffs_size;
    - lfs_truncate errors out if called with length < 0;
        - lfs_balloc block accounting corrected for the case of blocks read
          into the cache before they exist on disk;
        - mp->mnt_stat.f_iosize is initialized in lfs_mountfs.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/ufs/lfs/lfs_balloc.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/ufs/lfs/lfs_debug.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.48 -r1.49 syssrc/sys/ufs/lfs/lfs_vfsops.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