Messages in this thread |  | | From | "Imran Badr" <> | Subject | vm_operations .. how to unmap? | Date | Fri, 30 Aug 2002 16:25:24 -0700 |
| |
Hi, I am exporting kernel memory to user processes using mmap() entry point of my driver. Now, when the user calls unmap(), I would like to deallocate the pages which I allocated at mmap() time. How can I do that? unmap() entry point is not provided by vm_operations structure in mm.h file. I will really appreciate any suggestion/guidance.
Thanks, Imran.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |