At the beginning of the file vm_object.c, we have the following comment:
The only items within the object structure which are modified after time
of creation are:
reference count locked by object's lock
pager routine locked by object's lock
But at the end of vnode_pager_setsize(), we modify the size field. So at
least three items can be modified after creation. Am I right?
Thanks for any help.
--------------------------------------------------
Zhihui Zhang. Please visit http://www.freebsd.org
--------------------------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message