Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 1997 08:32:28 -0700 (PDT)
From:      KATO Takenori <kato>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/union union_vnops.c
Message-ID:  <199704211532.IAA23018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kato        97/04/21 08:32:27

  Modified:    sys/miscfs/union  union_vnops.c
  Log:
  Dirty change in union_lock().  Sometimes upper vnode is locked without
  UN_ULOCK flag.  This shows a locking violation but I couldn't find the
  reason UN_ULOCK is not set or upper vnode is not unlocked.  I added
  the code that detect this case and adjust un_flags.  DIAGNOSTIC kernel
  doesn't adjust un_flags, but just panic here to help debug by kernel
  hackers.
  
  Revision  Changes    Path
  1.27      +23 -5     src/sys/miscfs/union/union_vnops.c



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