Quoting Justus Winter (2014-06-20 19:15:05) > Previously, ext2fs used diskfs_node_refcnt_lock to serialize access to > the nodehash.
With this patch applied, I see filesystem corruptions. This patch could still be ok, as it might just expose some other problem. As Richard suggested I am using git with 8 threads to checkout lots of files as a stress test. Initially I was using the glibc repository, but that often brought my system to the knees. I am using the Hurd repository now, and git bisect with this test consistently points me at this patch. Justus