Hi all,
I am working on kernel 2.4.20 Can some one please tell me how to flush page cache? or can i just >set the dirty bit to achieve this?
Thanks and regards,
Vineet
Page caches can be deallocated by using remove_inode_page(struct page *page);
They are all implemented in mm/filemap.c. Enjoy reading.
But first take a look at this tut. It is excellent and i have seen nothing in more detail than this.
http://www.csn.ul.ie/~mel/projects/vm/guide/html/understand/node1.html
regards manish
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/