···347 */348 if ((dev->flags & ATA_DFLAG_LBA48) &&349 ((dev->flags & ATA_DFLAG_LOCK_SECTORS) == 0)) {350+ /*351+ * do not overwrite sdev->host->max_sectors, since352+ * other drives on this host may not support LBA48353+ */354 blk_queue_max_sectors(sdev->request_queue, 2048);355 }356 }