Re: Is an outside module supposed to use page cache?

2001-06-28 Thread Daniel Phillips
On Thursday 28 June 2001 20:16, Ho Chak Hung wrote: > Hi, > I am trying to develop a module that makes use of the page cache(by > allocating a LOT of pages use page_cache_alloc and then add_to_page_cache). > However, I got some unresolved symbols error during insmod.(because the > symbols related

Is an outside module supposed to use page cache?

2001-06-28 Thread Ho Chak Hung
Hi, I am trying to develop a module that makes use of the page cache(by allocating a LOT of pages use page_cache_alloc and then add_to_page_cache). However, I got some unresolved symbols error during insmod.(because the symbols related to lru_cache_add etc are not exported?) . I am just

Is an outside module supposed to use page cache?

2001-06-28 Thread Ho Chak Hung
Hi, I am trying to develop a module that makes use of the page cache(by allocating a LOT of pages use page_cache_alloc and then add_to_page_cache). However, I got some unresolved symbols error during insmod.(because the symbols related to lru_cache_add etc are not exported?) . I am just

Re: Is an outside module supposed to use page cache?

2001-06-28 Thread Daniel Phillips
On Thursday 28 June 2001 20:16, Ho Chak Hung wrote: Hi, I am trying to develop a module that makes use of the page cache(by allocating a LOT of pages use page_cache_alloc and then add_to_page_cache). However, I got some unresolved symbols error during insmod.(because the symbols related to