cvs commit: src/sys/kern vfs_subr.c src/sys/sys buf.h bufobj.h vnode.h

Poul-Henning Kamp phk at FreeBSD.org
Wed Oct 27 01:05:04 PDT 2004


phk         2004-10-27 08:05:03 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              buf.h bufobj.h vnode.h 
  Log:
  Move the syncer linkage from vnode to bufobj.
  
  This is not quite a perfect separation: the syncer still think it knows
  that everything is a vnode.
  
  Revision  Changes    Path
  1.543     +42 -34    src/sys/kern/vfs_subr.c
  1.175     +3 -2      src/sys/sys/buf.h
  1.9       +7 -2      src/sys/sys/bufobj.h
  1.253     +0 -6      src/sys/sys/vnode.h


More information about the cvs-src mailing list