> - if (inode->name[0] != '\0') > + if (inode->name[0] != '\0' && vid != dw->vid) > goto out; This change causes the breakage for me. I can't find any rationale for it in the changelog, so I really wonder what it is for. Please describe your patches better in the changelog in the future, and improve test coverage of them. |