Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 1997 23:29:16 -0700 (PDT)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/union union_vnops.c
Message-ID:  <199704130629.XAA19456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         97/04/12 23:29:15

  Modified:    sys/miscfs/union  union_vnops.c
  Log:
  The function union_fsync tries to lock overlaying vnode object when
  dolock is not set (that is, targetvp == overlaying vnode object).
  Current code use FIXUP macro to do this, and never unlocks overlaying
  vnode object in union_fsync.  So, the vnode object will be locked
  twice and never unlocked.
  
  PR:		3271
  Submitted by:	kato
  
  Revision  Changes    Path
  1.21      +14 -3     src/sys/miscfs/union/union_vnops.c



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