[Date Prev][Date Next] [Chronological] [Thread] [Top]

question about the cache lock



if i call dn2id(),should i call something to free the lock?
if i call dn2entry_r(),should i call something to free the lock?
if i call dn2entry_w(),should i call something to free the lock?
 
i find my program sometime fall in a deadlock after i call the
function above
 
thanks