Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2001 12:09:01 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <200110231909.f9NJ91q65339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/10/23 12:09:01 PDT

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails.  Ideally
    all successful calls to VOP_OPEN() might be reflected in a call to
    VOP_CLOSE().  For now, simply add a comment reflecting this problem;
    this should be fixed at some point.
  
  Revision  Changes    Path
  1.123     +2 -1      src/sys/kern/vfs_vnops.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?200110231909.f9NJ91q65339>