[XFS] Transaction A is in callback processing unpinning a buffer,
Transaction B is in the process of marking the buffer stale. Between transaction A dropping its reference and checking the stale state, transaction B gets a reference and stales the buffer. A ends up freeing the log item and releasing the buffer. End result is we have a reference to free memory and an unlocked buffer. SGI Modid: 2.5.x-xfs:slinx:137748a
Showing
Please register or sign in to comment