Module Name: src
Committed By: oster
Date: Fri Jul 23 02:18:26 UTC 2021
Modified Files:
src/sys/dev/raidframe: rf_netbsd.h
Log Message:
The 'pss_issued' pool is unused, so remove it.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/raidframe/rf_netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/raidframe/rf_netbsd.h
diff -u src/sys/dev/raidframe/rf_netbsd.h:1.37 src/sys/dev/raidframe/rf_netbsd.h:1.38
--- src/sys/dev/raidframe/rf_netbsd.h:1.37 Fri Jul 23 00:54:45 2021
+++ src/sys/dev/raidframe/rf_netbsd.h Fri Jul 23 02:18:26 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsd.h,v 1.37 2021/07/23 00:54:45 oster Exp $ */
+/* $NetBSD: rf_netbsd.h,v 1.38 2021/07/23 02:18:26 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,6 @@ struct RF_Pools_s {
struct pool mcpair; /* Mutex/Cond Pairs */
struct pool pda; /* Physical Disk Access structures */
struct pool pss; /* Parity Stripe Status */
- struct pool pss_issued; /* Parity Stripe Status Issued */
struct pool rad; /* Raid Access Descriptors */
struct pool reconbuffer; /* reconstruction buffer (header) pool */
struct pool revent; /* reconstruct events */
@@ -100,7 +99,6 @@ struct RF_PoolNames_s {
char mcpair[RF_MAX_POOLNAMELEN]; /* Mutex/Cond Pairs */
char pda[RF_MAX_POOLNAMELEN]; /* Physical Disk Access structures */
char pss[RF_MAX_POOLNAMELEN]; /* Parity Stripe Status */
- char pss_issued[RF_MAX_POOLNAMELEN]; /* Parity Stripe Status Issued */
char rad[RF_MAX_POOLNAMELEN]; /* Raid Access Descriptors */
char reconbuffer[RF_MAX_POOLNAMELEN]; /* reconstruction buffer (header) pool */
char revent[RF_MAX_POOLNAMELEN]; /* reconstruct events */