Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2004 01:24:52 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        phk@FreeBSD.org
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern vfs_subr.c src/sys/sys buf.h bufobj.h vnode.h
Message-ID:  <200410270824.i9R8OqGc019841@gw.catspoiler.org>
In-Reply-To: <200410270805.i9R853Wb066467@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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