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

Don Lewis truckman at FreeBSD.org
Wed Oct 27 01:25:02 PDT 2004


On 27 Oct, Poul-Henning Kamp wrote:
> 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.

This change strikes me as wrong.  The syncer has to handle things like
inode timestamps (utimes(2)) and fifos, which I wouldn't expect to have
bufobjs.



More information about the cvs-src mailing list