summaryrefslogtreecommitdiffstats
path: root/tests/bugs/distribute/bug-1667804.t
Commit message (Collapse)AuthorAgeFilesLines
* cluster/dht: Delete invalid linkto files in rmdirN Balachandran2019-01-221-0/+63
rm -rf <dir> fails on dirs which contain linkto files that point to themselves because dht incorrectly thought that they were cached files after looking them up. The fix now treats them as invalid linkto files and deletes them. Change-Id: I376c72a5309714ee339c74485e02cfb4e29be643 fixes: bz#1667804 Signed-off-by: N Balachandran <nbalacha@redhat.com>