Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 12:44:51 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200210141944.g9EJipLZ080766@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/10/14 12:44:51 PDT

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Unconditionally reset vp->v_vnlock back to the default in the
  vclean() function (e.g., vp->v_vnlock = &vp->v_lock) rather
  than requiring filesystems that use alternate locks to do so
  in their vop_reclaim functions. This change is a further cleanup
  of the vop_stdlock interface.
  
  Submitted by:   Poul-Henning Kamp <phk@critter.freebsd.dk>
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.414     +3 -1      src/sys/kern/vfs_subr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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