mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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
This commit is contained in:
parent
a9102a89f0
commit
cba4f12e17
@ -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;
|
extern struct vcache *afs_globalVp;
|
||||||
|
|
||||||
int recurse_dcache_parent(parent, a_index, addr, inode, flags, time, fileName)
|
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;
|
char ** fileName;
|
||||||
{ /*SRXAFSCB_GetDE*/
|
{ /*SRXAFSCB_GetDE*/
|
||||||
int code = 0; /*Return code*/
|
int code = 0; /*Return code*/
|
||||||
#ifdef AFS_LINUX24_ENV
|
#if 0 && defined(AFS_LINUX24_ENV)
|
||||||
register int i; /*Loop variable*/
|
register int i; /*Loop variable*/
|
||||||
register struct vcache *tvc = afs_globalVp;
|
register struct vcache *tvc = afs_globalVp;
|
||||||
struct dentry *dentry;
|
struct dentry *dentry;
|
||||||
|
Loading…
Reference in New Issue
Block a user