tech-kern archive

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

Where does a vnode gets dirty?



Hello

When copying data to a vnode using ubc_alloc() ubc_uiomove() and
ubc_release(), where does the kernel notes that data is dirty and will
need to be written by VOP_PUTPAGE? Is it the responsability of the
caller to request it (how?), or is it done somewhere in UBC?

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


Home | Main Index | Thread Index | Old Index