Subject: CVS commit: src/sys/dev/raidframe
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/12/2005 03:44:41
Module Name:	src
Committed By:	oster
Date:		Sat Feb 12 03:44:41 UTC 2005

Modified Files:
	src/sys/dev/raidframe: rf_copyback.c rf_dagfuncs.c rf_diskqueue.c
	    rf_diskqueue.h rf_reconstruct.c

Log Message:
The 'next' argument to rf_CreateDiskQueueData is always NULL.  Since
there is no particular reason to pass an extra NULL argument, turf it,
and initialize p->next to NULL within the function.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/dev/raidframe/rf_copyback.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/raidframe/rf_dagfuncs.c
cvs rdiff -r1.38 -r1.39 src/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/raidframe/rf_diskqueue.h
cvs rdiff -r1.85 -r1.86 src/sys/dev/raidframe/rf_reconstruct.c

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