Update of /cvsroot/linuxcompressed/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv29963/include/linux
Modified Files:
comp_cache.h
Log Message:
Add "Free Space Histogram" section to /proc/comp_cache_stat
Index: comp_cache.h
===================================================================
RCS file: /cvsroot/linuxcompressed/linux/include/linux/comp_cache.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** comp_cache.h 28 May 2002 19:16:14 -0000 1.69
--- comp_cache.h 29 May 2002 13:05:22 -0000 1.70
***************
*** 2,6 ****
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-26 12:08:33 rcastro>
*
* Linux Virtual Memory Compressed Cache
--- 2,6 ----
* linux/mm/comp_cache.h
*
! * Time-stamp: <2002-05-28 17:33:09 rcastro>
*
* Linux Virtual Memory Compressed Cache
***************
*** 539,542 ****
--- 539,544 ----
void print_comp_cache_stats(unsigned short, char *, int *);
int comp_cache_stat_read_proc(char *, char **, off_t, int, int *, void *);
+ unsigned long free_space_count(int);
+
#endif /* _LINUX_COMP_CACHE_H */
|