Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/ufs
Module Name: syssrc
Committed By: chs
Date: Sun Sep 30 02:54:42 UTC 2001
Modified Files:
syssrc/sys/ufs/ffs: ffs_balloc.c
syssrc/sys/ufs/ufs: ufs_inode.c
Log Message:
in ffs_balloc(), clean up page cache state to avoid hangs when we
get ENOSPC. as a result of this, we now skip some of the normal cleanup
in ufs_balloc_range() in the error case.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.25 -r1.26 syssrc/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