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:
Andrew Deason 2012-05-21 12:22:24 -05:00 committed by Derrick Brashear
parent bc7f10130f
commit cfae6cda3f

View File

@ -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);