diff options
| author | oster <oster@NetBSD.org> | 2021-07-23 02:18:26 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2021-07-23 02:18:26 +0000 |
| commit | 59585ada437d2dacd4394b30df1701b455887e77 (patch) | |
| tree | 635ac0244836b86312af0118b9853d56b187ff61 /sys/dev/raidframe | |
| parent | dfc45731f345ae91b10761e5f43a07615d8d7fae (diff) | |
The 'pss_issued' pool is unused, so remove it.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_netbsd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_netbsd.h b/sys/dev/raidframe/rf_netbsd.h index 3d4b7b9df33..8c335a9daf4 100644 --- a/sys/dev/raidframe/rf_netbsd.h +++ b/sys/dev/raidframe/rf_netbsd.h @@ -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 */ |
