Yaroslav Tykhiy 731959b118 Use off_t for file size passed to vnode_create_vobject().
The former type, size_t, was causing truncation to 32 bits on i386,
which immediately led to undersizing of VM objects backed by
files >4GB.  In particular, sendfile(2) was broken for such files.

PR:		kern/92243
MFC after:	5 days
2006-02-01 12:43:13 +00:00
..
2005-12-30 11:45:07 +00:00
2005-12-30 11:45:07 +00:00
2005-12-31 14:39:20 +00:00