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: Wed May 16 19:11:39 UTC 2007
Modified Files:
src/sys/ufs/lfs: lfs.h lfs_bio.c lfs_inode.c lfs_segment.c lfs_vfsops.c
Log Message:
Change references to SEGM_W_DIROPS to SEGM_CKP, and replace the logic that
formerly used SEGM_W_DIROPS in lfs_segwrite() appropriately. This prevents
a problem in which processes could get stuck in "buffers" sleep forever.
To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.100 -r1.101 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.108 -r1.109 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.199 -r1.200 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.234 -r1.235 src/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