--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- src/udev/udev-builtin-path_id.c +++ src/udev/udev-builtin-path_id.c @@ -386,10 +386,12 @@ * Until all that is solved at the kernel level, there are no by-path/ * links for ATA devices. */ +#if 0 if (strstr(name, "/ata") != NULL) { parent = NULL; goto out; } +#endif if (strstr(name, "/vmbus_") != NULL) { parent = handle_scsi_hyperv(parent, path);