Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 21:09:52 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/udf udf.h udf_vfsops.c udf_vnops.c
Message-ID:  <200503152109.j2FL9qqo004253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-03-15 21:09:52 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/udf           udf.h udf_vfsops.c udf_vnops.c 
  Log:
  Don't hold a reference to the disk vnode for each inode.
  
  Eliminate cdev and vnode pointer to the disk from the inodes,
  the mount holds everything we need.
  
  Revision  Changes    Path
  1.12      +0 -2      src/sys/fs/udf/udf.h
  1.31      +0 -3      src/sys/fs/udf/udf_vfsops.c
  1.52      +1 -6      src/sys/fs/udf/udf_vnops.c



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