mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
Revert "afs: the assert seems to be inverted when using memcache"
This reverts commit bc7f10130f
.
Change-Id: Ie4f4a103177f0485fc1196acfe4203ce06b6ce15
Reviewed-on: http://gerrit.openafs.org/7428
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
bc7f10130f
commit
cfae6cda3f
@ -2626,7 +2626,7 @@ afs_MemGetDSlot(afs_int32 aslot, int needvalid)
|
||||
return tdc;
|
||||
}
|
||||
|
||||
osi_Assert(needvalid);
|
||||
osi_Assert(!needvalid);
|
||||
|
||||
if (!afs_freeDSList)
|
||||
afs_GetDownDSlot(4);
|
||||
|
Loading…
Reference in New Issue
Block a user