Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 15:57:03 -0700 (PDT)
From:      Ustimenko Semen <semenu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c
Message-ID:  <200109082257.f88Mv3p62556@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
semenu      2001/09/08 15:57:03 PDT

  Modified files:
    sys/fs/ntfs          ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c 
  Log:
  Reference devvp on ntnode creation and dereference on removal. Previous
  code  lead to page faults becouse i_devvp went zero after VOP_RECLAIM, but
  ntnode was reused (not reclaimed).
  
  MFC after:	2 weeks
  
  Revision  Changes    Path
  1.16      +21 -21    src/sys/fs/ntfs/ntfs_subr.c
  1.33      +1 -2      src/sys/fs/ntfs/ntfs_vfsops.c
  1.23      +1 -5      src/sys/fs/ntfs/ntfs_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?200109082257.f88Mv3p62556>