Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 14:52:45 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nullfs null_vnops.c
Message-ID:  <200905311452.n4VEqsbk088413@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-05-31 14:52:45 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vnops.c 
  Log:
  SVN rev 193172 on 2009-05-31 14:52:45Z by kib
  
  Lock the real null vnode lock before substitution of vp->v_vnlock.
  This should not really matter for correctness, since vp->v_lock is
  not locked before the call, and null_lock() holds the interlock,
  but makes the control flow for reclaim more clear.
  
  Tested by:      pho
  
  Revision  Changes    Path
  1.109     +4 -3      src/sys/fs/nullfs/null_vnops.c



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