[OpenAFS-devel] afs_vcache.c, Linux 2.4
Adam Thornton
adam@fsf.net
Mon, 8 Jan 2001 22:20:35 -0600
Am I correct in thinking that line 936 of src/afs/afs_vcache.c, which
wants to access the "pages" field of an address_space struct, really
wants to access "clean_pages"? In the 2.4.0-ac2 sources I have, there
ain't no "pages", but there are clean_, dirty_, and locked_pages.
I admit to not having really tried to understand the code yet. But if
I'm caching, I want to cache clean pages, I assume. But am I assuming
right?
Adam