Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 06:15:12 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nullfs null_subr.c
Message-ID:  <200602220615.k1M6FCJu014804@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2006-02-22 06:15:12 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_subr.c 
  Log:
   - Assert that the lowervp is locked in null_hashget().
   - Simplify the logic dealing with recycled vnodes in null_hashget() and
     null_hashins().  Since we hold the lower node locked in both cases
     the null node can not be undergoing recycling unless reclaim somehow
     called null_nodeget().  The logic that was in place was not safe and
     was essentially dead code.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.50      +21 -26    src/sys/fs/nullfs/null_subr.c



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