freebsd-dev/sys/ufs
Bruce Evans 4bb0ce8ce3 Fix correct_writedisklabel() and writedisklabel(). Their setting of
bp->b_flags has been broken for many years:
a) they didn't set B_BUSY for doing i/o.  This has been fatal since
   1995/07/25 when biodone() started checking that B_BUSY is set.
b) they didn't set B_INVAL for releasing the buffer.  This at best
   just put a useless buffer in the LRU queue for a little while.

Fix a couple of spelling errors and complete a couple of function
pointer declarations.
1995-08-28 16:09:11 +00:00
..
ffs Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
lfs Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
mfs Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
ufs Fix correct_writedisklabel() and writedisklabel(). Their setting of 1995-08-28 16:09:11 +00:00