Remove a couple of unneeded structure members.
This commit is contained in:
parent
207409a242
commit
7193ba8687
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rf_diskqueue.h,v 1.8 2002/09/15 21:19:50 oster Exp $ */
|
||||
/* $NetBSD: rf_diskqueue.h,v 1.9 2002/09/15 21:31:11 oster Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1995 Carnegie-Mellon University.
|
||||
* All rights reserved.
|
||||
|
@ -68,10 +68,8 @@ struct RF_DiskQueueData_s {
|
|||
RF_Raid_t *raidPtr; /* needed for simulation */
|
||||
RF_AccTraceEntry_t *tracerec; /* perf mon only */
|
||||
RF_Etimer_t qtime; /* perf mon only - time request is in queue */
|
||||
long entryTime;
|
||||
RF_DiskQueueData_t *next;
|
||||
RF_DiskQueueData_t *prev;
|
||||
dev_t dev; /* the device number for in-kernel version */
|
||||
RF_DiskQueue_t *queue; /* the disk queue to which this req is
|
||||
* targeted */
|
||||
RF_DiskQueueDataFlags_t flags; /* flags controlling operation */
|
||||
|
|
Loading…
Reference in New Issue