Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 10:20:08 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <201006031020.o53AKSJn055844@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-06-03 10:20:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 208773 on 2010-06-03 10:20:08Z by kib
  
  Sometimes vnodes share the lock despite being different vnodes on
  different mount points, e.g. the nullfs vnode and the covered vnode
  from the lower filesystem. In this case, existing assertion in
  vop_rename_pre() may be triggered.
  
  Check for vnode locks equiality instead of the vnodes itself to
  not trip over the situation.
  
  Submitted by:   Mikolaj Golub <to.my.trociny@gmail.com>
  Tested by:      pho
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.784     +3 -2      src/sys/kern/vfs_subr.c



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