Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/18/2006 22:42:33
Module Name: src
Committed By: perseant
Date: Tue Apr 18 22:42:33 UTC 2006
Modified Files:
src/sys/ufs/lfs: lfs_syscalls.c
Log Message:
Get rid of the LFS_FORCE_WRITE case. We never really used it, and it could
panic the kernel if cleaner daemon passed the right combination of arguments.
Coverity CID 2741.
To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/ufs/lfs/lfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.