Driver porting: supporting mmap()
Driver porting: supporting mmap()
Posted Dec 10, 2004 19:38 UTC (Fri) by admorgan (subscriber, #26575)In reply to: Driver porting: supporting mmap() by jinzhcheng
Parent article: Driver porting: supporting mmap()
Hopefully you have already solved this as it was posted in August. Just in case the vfs will have already setup the correct vma when it passes it to your mmap function for your driver. That is what you should pass to io_remap_page_range
