···347347 */348348 if ((dev->flags & ATA_DFLAG_LBA48) &&349349 ((dev->flags & ATA_DFLAG_LOCK_SECTORS) == 0)) {350350- sdev->host->max_sectors = 2048;350350+ /*351351+ * do not overwrite sdev->host->max_sectors, since352352+ * other drives on this host may not support LBA48353353+ */351354 blk_queue_max_sectors(sdev->request_queue, 2048);352355 }353356 }