Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 1996 23:45:03 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_subr.c
Message-ID:  <199608150645.XAA12687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dyson       96/08/14 23:45:03

  Modified:    sys/kern  vfs_subr.c
  Log:
  Certain vnode buffer list operations were not being spl protected,
  and they needed to be.  Brelse for example can be called at interrupt
  level, and the buffer list operations were not being protected from it.
  
  Revision  Changes    Path
  1.58      +5 -1      src/sys/kern/vfs_subr.c



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