Description of problem: Attempt to unlink a directory with children produces a hang due to a missing unlock before returning errcode from unlink How reproducible: 100% Steps to Reproduce: 1. mkdir /mnt/dir1 2. touch /mnt/dir1/file1 3. rmdir /mnt/dir1 rmdir: failed to remove ‘/mnt/dir1’: Directory not empty 4. ls /mnt <-- hung Additional info: Backport prepped.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1497