diff options
| author | oster <oster@NetBSD.org> | 2003-12-30 23:23:17 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2003-12-30 23:23:17 +0000 |
| commit | f5e96bf53eba71637d150d17d6fc499b689f1beb (patch) | |
| tree | 37de208bb505d5b264a4ccfa5ac6f893c1a18226 /sys/dev/raidframe | |
| parent | 47923e6bf5f41b9e5bc3fb299d08cecc12574053 (diff) | |
Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.h b/sys/dev/raidframe/rf_reconstruct.h index 14a75213d13..154cb0f7338 100644 --- a/sys/dev/raidframe/rf_reconstruct.h +++ b/sys/dev/raidframe/rf_reconstruct.h @@ -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_ReconEvent_s { */ 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 |
