/*
- * $Id: store_swapout.cc,v 1.84 2001/11/13 17:30:45 hno Exp $
+ * $Id: store_swapout.cc,v 1.85 2001/12/17 20:20:43 hno Exp $
*
* DEBUG: section 20 Storage Manager Swapout Functions
* AUTHOR: Duane Wessels
storeSwapOutFileClose(e);
return;
}
+ if (EBIT_TEST(e->flags, ENTRY_SPECIAL)) {
+ debug(20, 3) ("storeSwapOut: %s SPECIAL\n", storeUrl(e));
+ return;
+ }
debug(20, 7) ("storeSwapOut: mem->inmem_lo = %d\n",
(int) mem->inmem_lo);
debug(20, 7) ("storeSwapOut: mem->inmem_hi = %d\n",