>PS. How can force the deleting of a tree created without the patch? I
>tried kill_file with debugfs, but then fsck attach the tree to
>lost+found...
Excuse me, I just find a way:
while :; do mv pippo/pippo ./p; rmdir pippo; mv p/pippo pippo;rmdir p;done
Andrea[s] Arcangeli