Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 1997 23:27:12 -0700 (PDT)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/union union_subr.c
Message-ID:  <199704130627.XAA19216@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         97/04/12 23:27:11

  Modified:    sys/miscfs/union  union_subr.c
  Log:
  The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when
  relookup() in union_relookup() is succeeded.  However, if relookup()
  returns non-zero value, that is relookup fails, VOP_MKDIR is never
  called (c.f. union_mkshadow).  Thus, pathname buffer is never FREEed.
  
  Reviewed by:	phk
  Submitted by:	kato
  PR:		3262
  
  Revision  Changes    Path
  1.17      +5 -1      src/sys/miscfs/union/union_subr.c



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