From cba4f12e172ed6b7901b57709037c1f43febc309 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 17 Mar 2006 19:44:06 +0000 Subject: [PATCH] dedebug-20051007 perhaps this should never be pulled up. anyway, implement dentry cache status dumping for linux.^? and provide a tool to dump it disabled (tool, not rpc) by default --- src/afs/afs_callback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afs/afs_callback.c b/src/afs/afs_callback.c index fcf729bbea..1672c91495 100644 --- a/src/afs/afs_callback.c +++ b/src/afs/afs_callback.c @@ -1633,7 +1633,7 @@ SRXAFSCB_TellMeAboutYourself(struct rx_call *a_call, } -#ifdef AFS_LINUX24_ENV +#if 0 && defined(AFS_LINUX24_ENV) extern struct vcache *afs_globalVp; int recurse_dcache_parent(parent, a_index, addr, inode, flags, time, fileName) @@ -1705,7 +1705,7 @@ int SRXAFSCB_GetDE(a_call, a_index, addr, inode, flags, time, fileName) char ** fileName; { /*SRXAFSCB_GetDE*/ int code = 0; /*Return code*/ -#ifdef AFS_LINUX24_ENV +#if 0 && defined(AFS_LINUX24_ENV) register int i; /*Loop variable*/ register struct vcache *tvc = afs_globalVp; struct dentry *dentry;