Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2005 13:13:57 +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/nullfs null_vnops.c src/sys/fs/unionfs union_vnops.c src/sys/kern vfs_bio.c vfs_default.c vfs_subr.c src/sys/sys vnode.h src/sys/vm vnode_pager.c
Message-ID:  <200501241313.j0ODDvth044440@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-01-24 13:13:57 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vnops.c 
    sys/fs/unionfs       union_vnops.c 
    sys/kern             vfs_bio.c vfs_default.c vfs_subr.c 
    sys/sys              vnode.h 
    sys/vm               vnode_pager.c 
  Log:
  Kill the VV_OBJBUF and test the v_object for NULL instead.
  
  Revision  Changes    Path
  1.75      +1 -2      src/sys/fs/nullfs/null_vnops.c
  1.122     +1 -3      src/sys/fs/unionfs/union_vnops.c
  1.473     +3 -4      src/sys/kern/vfs_bio.c
  1.115     +1 -2      src/sys/kern/vfs_default.c
  1.568     +0 -2      src/sys/kern/vfs_subr.c
  1.270     +0 -1      src/sys/sys/vnode.h
  1.210     +1 -1      src/sys/vm/vnode_pager.c



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