This used a separate allocation when rman was first imported (back
when the lock was a pre-SMPng "simplelock" instead of a mutex).
Reported by: des
Differential D54143
rman: Embed the mutex in struct rman instead of using a separate allocation Authored by jhb on Mon, Dec 8, 6:54 PM.
Details This used a separate allocation when rman was first imported (back Reported by: des
Diff Detail
Event TimelineComment Actions Hopefully rman routines are not used in any critical paths (attach/detach handlers should be a relatively rare path compared to, say, an interrupt handler) |