Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Nuke a forgotten 'row' from struct RF_PerD...
details: https://anonhg.NetBSD.org/src/rev/4eac5a2a4e96
branches: trunk
changeset: 556943:4eac5a2a4e96
user: oster <oster%NetBSD.org@localhost>
date: Tue Dec 30 23:23:17 2003 +0000
description:
Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.
diffstat:
sys/dev/raidframe/rf_reconstruct.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e4483de04c2 -r 4eac5a2a4e96 sys/dev/raidframe/rf_reconstruct.h
--- a/sys/dev/raidframe/rf_reconstruct.h Tue Dec 30 23:19:07 2003 +0000
+++ b/sys/dev/raidframe/rf_reconstruct.h Tue Dec 30 23:23:17 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_reconstruct.h,v 1.10 2003/12/29 02:38:18 oster Exp $ */
+/* $NetBSD: rf_reconstruct.h,v 1.11 2003/12/30 23:23:17 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -102,7 +102,7 @@
*/
struct RF_PerDiskReconCtrl_s {
RF_ReconCtrl_t *reconCtrl;
- RF_RowCol_t row, col; /* to make this structure self-identifying */
+ RF_RowCol_t col; /* to make this structure self-identifying */
RF_StripeNum_t curPSID; /* the next parity stripe ID to check on this
* disk */
RF_HeadSepLimit_t headSepCounter; /* counter used to control
Home |
Main Index |
Thread Index |
Old Index