Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 1995 09:09:16 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ufs/ufs ufs_disksubr.c
Message-ID:  <199508281609.JAA11443@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
bde         95/08/28 09:09:15

  Modified:    sys/ufs/ufs  ufs_disksubr.c
  Log:
  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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508281609.JAA11443>