Subject: CVS commit: src/sys/fs/efs
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 07/29/2007 20:58:10
Module Name:	src
Committed By:	rumble
Date:		Sun Jul 29 20:58:10 UTC 2007

Modified Files:
	src/sys/fs/efs: efs_vnops.c

Log Message:
Only set *ap->a_cookies when we're returning success. Also, do not hard-
code 16, but rather use _DIRENT_MINSIZE as the divisor when determining
the number of cookies to allocate.

Noticed by pooka@.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/fs/efs/efs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.