Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 1995 20:18:14 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <199512120418.UAA05725@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       95/12/11 20:18:13

  Modified:    sys/kern  vfs_bio.c
  Log:
  This should have fixed some conditions that could cause the
  "getblk" hang.  The B_WANTED flag was being cleared gratuitously,
  also the optimization of gbincore for ignoring the B_INVAL flag was
  incorrect.  There is no place in the code where buffers are on the
  hash list that are B_INVAL and not B_BUSY.
  
  Revision  Changes    Path
  1.77      +4 -4      src/sys/kern/vfs_bio.c



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