ITS#5455 be sure to reset bei_finders / bei_state

This commit is contained in:
Howard Chu 2008-04-09 00:12:08 +00:00
parent 51be9d70fe
commit 91c23cbc4d

View file

@ -964,12 +964,12 @@ load1:
}
#endif
}
bdb_cache_entryinfo_lock( *eip );
(*eip)->bei_finders--;
if ( load )
(*eip)->bei_state ^= CACHE_ENTRY_LOADING;
bdb_cache_entryinfo_unlock( *eip );
}
bdb_cache_entryinfo_lock( *eip );
(*eip)->bei_finders--;
if ( load )
(*eip)->bei_state ^= CACHE_ENTRY_LOADING;
bdb_cache_entryinfo_unlock( *eip );
}
}
if ( flag & ID_LOCKED ) {