Hi, guess_dev_name can exit early if the major/minor pair passed in is 0,0 as this is not a real device so we won't find it in /dev. This skips recursing over /dev and stat-ing every file. Attached patch fixes this. Regards, Iustin Pop