mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Windows: make cm_BPlusDirFoo public
Make cm_BPlusDirFoo so that the function pointer can be referenced from cm_ApplyDir. LICENSE MIT Change-Id: Ic58ce47dbcd9d6348666b1767941d861cd860df5 Reviewed-on: http://gerrit.openafs.org/1884 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
1b4b0b7576
commit
612bb07ae1
@ -1991,7 +1991,7 @@ int cm_BPlusDirDeleteEntry(cm_dirOp_t * op, clientchar_t *centry)
|
||||
|
||||
}
|
||||
|
||||
static
|
||||
|
||||
int cm_BPlusDirFoo(struct cm_scache *scp, struct cm_dirEntry *dep,
|
||||
void *dummy, osi_hyper_t *entryOffsetp)
|
||||
{
|
||||
|
@ -148,6 +148,7 @@ int cm_BPlusDirLookupOriginalName(cm_dirOp_t * op, clientchar_t *entry, fschar_
|
||||
long cm_BPlusDirCreateEntry(cm_dirOp_t * op, clientchar_t *entry, cm_fid_t * cfid);
|
||||
int cm_BPlusDirDeleteEntry(cm_dirOp_t * op, clientchar_t *entry);
|
||||
long cm_BPlusDirBuildTree(cm_scache_t *scp, cm_user_t *userp, cm_req_t* reqp);
|
||||
int cm_BPlusDirFoo(struct cm_scache *scp, struct cm_dirEntry *dep, void *dummy, osi_hyper_t *entryOffsetp);
|
||||
void cm_BPlusDumpStats(void);
|
||||
int cm_MemDumpBPlusStats(FILE *outputFile, char *cookie, int lock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user