Description of problem: The fop contains blocked lock may use freed frame info when other unlock fop has unwind the blocked lock. Because the blocked lock is added to block list in inode lock(or other lock), after that, when out of the inode lock, the fop contains the blocked lock should not use it. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
REVIEW: https://review.gluster.org/23155 (features/locks: avoid use after freed of frame for blocked lock) posted (#1) for review on master by Kinglong Mee
REVIEW: https://review.gluster.org/23155 (features/locks: avoid use after freed of frame for blocked lock) merged (#2) on master by Amar Tumballi