K 10 svn:author V 2 dg K 8 svn:date V 27 1994-09-10T03:19:49.000000Z K 7 svn:log V 775 Brought over two fixes from 1.1.5; this now makes this driver "up to date" with 1.1.5: revision 1.40 date: 1994/06/17 16:57:03; author: pst; state: Exp; lines: +4 -2 From: Gill Kloepfer Jr. Verified by: pst > The DIOCSBAD ioctl sets a bad block table (is almost suredly called by > the bad144 utility) and changes the memory-resident bad block table. The > problem is that bad144intern() is not called after the "disk" structure has > been changed, so that the internal bad144 table will become out-of-sync with > the one in the disk structure. ---------------------------- revision 1.39 date: 1994/06/07 01:36:39; author: phk; state: Exp; lines: +3 -2 another place option !defined(DISKLABEL_UNPROTECTED) was needed. END