kowr / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

ramzswapd stats not getting updated in kernel 2.6.10 #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i am builting ramzswapd for the particular kernel
2. the module it is able to insert to kernel successfully
3. ./rzscontrol init also its happening.
4. swapon is also done. 
5. but when the free memory is below min_free_bytes it is not invoked.

the ramzswap_make_request is not called.

linux, kernel 2.6.10

this version of kernel is not having gfp_flag support and __GFP_ZERO support.

Original issue reported on code.google.com by ajoyta...@gmail.com on 2 Jan 2013 at 8:46