Date: Tue, 21 Oct 1997 14:01:36 -0700 (PDT) From: Ollivier Robert <roberto@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/nullfs null_vnops.c Message-ID: <199710212101.OAA09973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
roberto     1997/10/21 14:01:35 PDT
  Modified files:
    sys/miscfs/nullfs    null_vnops.c 
  Log:
  Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
  and kept a reference, preventing the blocks to be reclaimed.
  
  Changed the comment in null_inactive to reflect the current situation.
  
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.25      +8 -2      src/sys/miscfs/nullfs/null_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710212101.OAA09973>
