X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fafsd%2Fcm_btree.c;h=88bd06e81c8110ae13c941e6451dd5af328fa1b3;hp=5c9a373517f46f7d1d5a137ca3abe7e909af69b7;hb=61aa1b199c28abc763456b35a644047cb9bafc18;hpb=4435c4fdcc6ba21b86277cfd09b0dfa1b88989c5 diff --git a/src/WINNT/afsd/cm_btree.c b/src/WINNT/afsd/cm_btree.c index 5c9a373..88bd06e 100644 --- a/src/WINNT/afsd/cm_btree.c +++ b/src/WINNT/afsd/cm_btree.c @@ -1582,7 +1582,7 @@ cm_BPlusDirLookupOriginalName(cm_dirOp_t * op, clientchar_t *centry, normchar_t * entry = NULL; if (op->scp->dirBplus == NULL || - op->dataVersion != op->scp->dirDataVersion) { + op->dataVersion > op->scp->dirDataVersion) { rc = EINVAL; goto done; } @@ -1678,7 +1678,7 @@ cm_BPlusDirLookup(cm_dirOp_t * op, clientchar_t * centry, cm_fid_t * cfid) LARGE_INTEGER start, end; if (op->scp->dirBplus == NULL || - op->dataVersion != op->scp->dirDataVersion) { + op->dataVersion > op->scp->dirDataVersion) { rc = EINVAL; goto done; }