diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 2000-01-08 20:57:14 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 2000-01-08 20:57:14 +0000 |
commit | 044607b6cf8a6b0f7d82eab78c63098e49c31e51 (patch) | |
tree | 9033957523380e8ada1491cc2726a0263920ff1a /sys/dev/raidframe/rf_stripelocks.c | |
parent | 37c25b9da2367267a94a233739ce3efcafdc0c0e (diff) |
sync with NetBSD
- remove unused are from IO_BUF_ERR in rf_driver.c
- remove unused define in rf_stripelocks.c
Diffstat (limited to 'sys/dev/raidframe/rf_stripelocks.c')
-rw-r--r-- | sys/dev/raidframe/rf_stripelocks.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_stripelocks.c b/sys/dev/raidframe/rf_stripelocks.c index a2e0f4dc81d..e3d35b1caa9 100644 --- a/sys/dev/raidframe/rf_stripelocks.c +++ b/sys/dev/raidframe/rf_stripelocks.c @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_stripelocks.c,v 1.2 1999/02/16 00:03:28 niklas Exp $ */ -/* $NetBSD: rf_stripelocks.c,v 1.3 1999/02/05 00:06:17 oster Exp $ */ +/* $OpenBSD: rf_stripelocks.c,v 1.3 2000/01/08 20:57:13 peter Exp $ */ +/* $NetBSD: rf_stripelocks.c,v 1.4 2000/01/07 03:04:41 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -80,7 +80,6 @@ #define FLUSH #define HASH_STRIPEID(_sid_) ( (_sid_) & (rf_lockTableSize-1) ) -#define MAX_FREELIST 100 static void AddToWaitersQueue(RF_LockTableEntry_t * lockTable, RF_StripeLockDesc_t * lockDesc, RF_LockReqDesc_t * lockReqDesc); static RF_StripeLockDesc_t *AllocStripeLockDesc(RF_StripeNum_t stripeID); |