Subject: CVS commit: src/sys/ufs/ext2fs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/18/2006 13:49:19
Module Name: src
Committed By: bouyer
Date: Sat Mar 18 13:49:19 UTC 2006
Modified Files:
src/sys/ufs/ext2fs: ext2fs_lookup.c
Log Message:
Remove dead code, fixing coverity ID 745. nameiop can only be CREATE
or DELETE here. This code got cut-n-pasted from ufs_loolup.c, but
is only used in whiteout support. ext2fs doesn't support whiteout.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/ufs/ext2fs/ext2fs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.