Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe blockSize for the component label is alrea...
details: https://anonhg.NetBSD.org/src/rev/c49d0b82a245
branches: trunk
changeset: 482840:c49d0b82a245
user: oster <oster%NetBSD.org@localhost>
date: Wed Feb 23 02:11:05 2000 +0000
description:
blockSize for the component label is already set correctly here.
diffstat:
sys/dev/raidframe/rf_netbsdkintf.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 207fbae7d6e5 -r c49d0b82a245 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c Wed Feb 23 02:04:21 2000 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c Wed Feb 23 02:11:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.54 2000/02/23 02:04:21 oster Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.55 2000/02/23 02:11:05 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -1080,7 +1080,6 @@
ci_label.row = row;
for(column=0;column<raidPtr->numCol;column++) {
diskPtr = &raidPtr->Disks[row][column];
- ci_label.blockSize = diskPtr->blockSize;
ci_label.partitionSize = diskPtr->partitionSize;
ci_label.column = column;
raidwrite_component_label(
Home |
Main Index |
Thread Index |
Old Index