[Libsysio-commit] HEAD: libsysio/src inode.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2008-03-04 18:30:09
|
Update of /cvsroot/libsysio/libsysio/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20548 Modified Files: inode.c Log Message: Changed definition of I_STATS to INO_CACHE_STATS. It's more descriptive. Index: inode.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/src/inode.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -w -b -B -p -r1.35 -r1.36 --- inode.c 4 Mar 2008 15:24:05 -0000 1.35 +++ inode.c 4 Mar 2008 18:30:04 -0000 1.36 @@ -58,8 +58,6 @@ #include "inode.h" #include "dev.h" -/* #define I_STATS */ - /* * Support for path and index nodes. */ @@ -114,10 +112,6 @@ struct pnodes_head _sysio_idle_pnodes; */ struct pnode *_sysio_root = NULL; -#ifdef I_STATS -#define INO_CACHE_STATS -#endif - #ifdef INO_CACHE_STATS static struct { unsigned long long cst_iprobes; |