Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/msdosfs
Module Name: src
Committed By: pooka
Date: Fri Nov 14 12:59:44 UTC 2008
Modified Files:
src/sys/fs/msdosfs: msdosfs_vnops.c
Log Message:
In case writing past EOF, fail if extending the file fails (most
likely due to the file system being full).
Otherwise we'd fail in VOP_PUTPAGES(), which might not happen during
VOP_WRITE(), thus giving the caller the wrong impression that
writing was succesful.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/fs/msdosfs/msdosfs_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