tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: zero-filed page on VOP_PUTPAGES



Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:

> Right, it sets the size to 787 but nothing has been written. It seems this was
> triggered by a sync, as seen below.

We have a sync without data written. It seems that in pageflush(), I
have UVM_OBJ_IS_CLEAN(&vp->v_uobj)

My test case iterate creating and deleting the same file. PUFFS assigns
it the same cookie on create after reclaim, which suggests the vnode is
being recycled. Is it possible it gets confused about the changes to
flush?

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index