我正在阅读linux device driver
书籍,我想实现mmap文件操作,但我对旧内核(v2.4)中定义的nopage函数有问题,因为它是vm_operations_struct的一个字段:
http://lxr.free-electrons.com/source/include/linux/mm.h?v=2.4.37#L134
似乎这个字段在3.6版本中消失了(我正在使用):
http://lxr.free-electrons.com/source/include/linux/mm.h?v=3.6#L205
有人可以告诉我我应该如何实施这种方法吗?