Subject: CVS commit: [elad-kernelauth] src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 03/10/2006 21:41:33
Module Name:	src
Committed By:	elad
Date:		Fri Mar 10 21:41:32 UTC 2006

Modified Files:
	src/sys/nfs [elad-kernelauth]: nfs_socket.c

Log Message:
Remove some #if 0'd code.

There's no need to call kauth_cred_setngroups() here because right above
we use kauth_cred_addgroup() that does the management of ngroups for us.

Also, for the same reason, there's no need to call nfsrvw_sort(), because
we are guaranteed to have the group list sorted at all times.


To generate a diff of this commit:
cvs rdiff -r1.126.4.1 -r1.126.4.2 src/sys/nfs/nfs_socket.c

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