Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 06:44:21 -0700 (PDT)
From:      KATO Takenori <kato@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/vn vn.c
Message-ID:  <199708141344.GAA10821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kato        1997/08/14 06:44:21 PDT

  Modified files:
    sys/dev/vn           vn.c 
  Log:
  Fixed locking violation of vnode operation.  VOP_READ, VOP_WRITE and
  VOP_BMAP require locked vnode, and they will keep lock on exit.
  
  Revision  Changes    Path
  1.49      +7 -2      src/sys/dev/vn/vn.c



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