liang yuanen wrote:
I am newbie to linux kernel, i am reading linux kernel source code with
version 2.4.0 and have a question about the usage of vm_file in
vm_area_struct.
what mean vm_file in vm_area_struct structure?
It is a pointer to one of the data structures representing the
file that is mmaped in that particular VMA.
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/