Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517668
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- src/udev/udev-builtin-path_id.c
0
++ src/udev/udev-builtin-path_id.c
Lines 386-395 Link Here
386
         * Until all that is solved at the kernel level, there are no by-path/
386
         * Until all that is solved at the kernel level, there are no by-path/
387
         * links for ATA devices.
387
         * links for ATA devices.
388
         */
388
         */
389
#if 0
389
        if (strstr(name, "/ata") != NULL) {
390
        if (strstr(name, "/ata") != NULL) {
390
                parent = NULL;
391
                parent = NULL;
391
                goto out;
392
                goto out;
392
        }
393
        }
394
#endif
393
395
394
        if (strstr(name, "/vmbus_") != NULL) {
396
        if (strstr(name, "/vmbus_") != NULL) {
395
                parent = handle_scsi_hyperv(parent, path);
397
                parent = handle_scsi_hyperv(parent, path);

Return to bug 517668