Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 1995 16:33:43 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern subr_diskslice.c
Message-ID:  <199505242333.QAA27318@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/05/24 16:33:43

  Modified:    sys/kern  subr_diskslice.c
  Log:
  This should fix PR 438.  Apparently I never tested disklabel on the block
  device.
  
  v_numoutput wasn't incremented to match the b_iodone nesting.  It's still
  fishy that vwakeup() clears B_WRITEINPROG before biodone() has finished;
  however, B_WRITEINPROG seems to be never used.
  
  Submitted by:	Bruce Evans



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