From: Derrick Brashear Date: Fri, 17 Mar 2006 19:44:06 +0000 (+0000) Subject: dedebug-20051007 X-Git-Tag: openafs-devel-1_5_1~71 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cba4f12e172ed6b7901b57709037c1f43febc309;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/afs/afs_callback.c b/src/afs/afs_callback.c index fcf729bbe..1672c9149 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;