Subject: Re: fsync performance hit on 1.6.1
To: Stephen Ma <stephenm@employees.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 07/04/2003 09:56:39
stephenm@employees.org (Stephen Ma) writes:

> This sounds like it would be the effect of PR kern/17321, which was
> applied to 1.6.1.

That will makes write syscall slower, but I don't think fsync is
affected.

One of possible reason will be traversal for pages held by the vnode
to find dirty page.

Profiling kernel may help this.

enami.