Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe The 'pss_issued' pool is unused, so remove...



details:   https://anonhg.NetBSD.org/src/rev/3ad4b587db3e
branches:  trunk
changeset: 984775:3ad4b587db3e
user:      oster <oster%NetBSD.org@localhost>
date:      Fri Jul 23 02:18:26 2021 +0000

description:
The 'pss_issued' pool is unused, so remove it.

diffstat:

 sys/dev/raidframe/rf_netbsd.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r c20a075ce4b5 -r 3ad4b587db3e sys/dev/raidframe/rf_netbsd.h
--- a/sys/dev/raidframe/rf_netbsd.h     Fri Jul 23 00:54:45 2021 +0000
+++ b/sys/dev/raidframe/rf_netbsd.h     Fri Jul 23 02:18:26 2021 +0000
@@ -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 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 @@
        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 */



Home | Main Index | Thread Index | Old Index