> I don't think it is from a quick reading. The only reason it works, > is because most of the time it rounds up.
It looks like the only place where the member is used is here: tmpfs_vnops.c: error = uiomove(node->tn_spec.tn_lnk.tn_link, tmpfs_vnops.c- MIN(node->tn_size, uio->uio_resid), uio); Is there any other use? enami.