Source-Changes archive

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

CVS commit: src/sys/ufs/lfs



Module Name:    src
Committed By:   perseant
Date:           Sat Apr 16 17:28:37 UTC 2005

Modified Files:
        src/sys/ufs/lfs: lfs.h lfs_inode.c lfs_subr.c lfs_syscalls.c
            lfs_vnops.c

Log Message:
Use lfs_malloc() to manage the blkiov arrays that the cleaner functions use,
since the cleaner is likely to operate in a low-memory condition.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.92 -r1.93 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.51 -r1.52 src/sys/ufs/lfs/lfs_subr.c
cvs rdiff -r1.104 -r1.105 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.143 -r1.144 src/sys/ufs/lfs/lfs_vnops.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