Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 03/02/2005 21:16:09
Module Name: src
Committed By: perseant
Date: Wed Mar 2 21:16:09 UTC 2005
Modified Files:
src/sys/ufs/lfs: lfs_balloc.c
Log Message:
Put the ISSPACE() check where it belongs. This allows rewriting a file
on a full filesystem while still returning ENOSPC on an attempt to allocate
new blocks.
To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/ufs/lfs/lfs_balloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.