Subject: Re: unused buf flags
To: None <thorpej@nas.nasa.gov>
From: Anders Magnusson <ragge@ludd.luth.se>
List: tech-kern
Date: 01/15/1999 22:00:15
> Maybe we can garbage-collect these?
> 
> #define B_BAD           0x00000008      /* Bad block revectoring in progress. */
> (Used in sys/arch/vax/mscp/mscp.c, but only tested, and never set by
> anything.)
> 
Not quite right, but the code to handle block revectoring isn't in
the tree. But you have my full support to remove it; if/when I fix
the MSCP bad block handling I will solve it some other way.

-- Ragge