Fileops in file.h
Fernando Apesteguía
fernando.apesteguia at gmail.com
Mon Nov 8 18:20:12 UTC 2010
2010/11/8 John Baldwin <jhb at freebsd.org>:
> On Sunday, November 07, 2010 10:08:08 am Fernando Apesteguía wrote:
>> Hi,
>>
>> I'm trying to understand some pieces of the FreeBSD kernel.
>> Having a look at struct fileops in file.h I was wondering why other
>> file related functions don't have an entry in the function vector. I
>> was thinking in mmap, fsync or sendfile.
>>
>> Can anyone tell me the reason?
>
> Mostly that it hasn't been done yet. If there was a clean way to do an
> f_mmap() and get some of the type-specific knowledge out of vm_mmap.c I'd
> really like it.
Thanks.
>
> --
> John Baldwin
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
More information about the freebsd-hackers
mailing list