Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 10:25:39 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <199902041825.KAA93276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/02/04 10:25:39 PST

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
      vp->v_object must be valid after normal flow of vfs_object_create()
      completes, change if() to KASSERT().  This is not a bug, we are
      simplify clarifying and optimizing the code.
  
      In if/else in vfs_object_create(), the failure of both conditionals
      will lead to a NULL object.  Exit gracefully if this case occurs.
      ( this case does not normally occur, but needed to be handled ).
  
  Obtained from: Eivind Eklund <eivind@FreeBSD.org>
  
  Revision  Changes    Path
  1.186     +9 -3      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?199902041825.KAA93276>