mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
cmdebug-export-more-locks-20021122
we missed some locks, notably afs_xosi, afs_xsrvAddr. show them.
This commit is contained in:
parent
96253fdd41
commit
a82075db9e
@ -51,7 +51,9 @@ static struct ltable {
|
||||
{"afs_ftf", (char *)&afs_ftf},
|
||||
{"afs_xcbhash", (char *)&afs_xcbhash},
|
||||
{"afs_xaxs", (char *)&afs_xaxs},
|
||||
{"afs_xinterface", (char *)&afs_xinterface}
|
||||
{"afs_xinterface", (char *)&afs_xinterface},
|
||||
{"afs_xosi", (char *)&afs_xosi},
|
||||
{"afs_xsrvAddr",(char *)&afs_xsrvAddr}
|
||||
};
|
||||
unsigned long lastCallBack_vnode;
|
||||
unsigned int lastCallBack_dv;
|
||||
|
Loading…
Reference in New Issue
Block a user