Skip to content

Commit

Permalink
libata: turn on block layer clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Oct 22, 2005
1 parent 452503f commit cf48293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ enum {
ATA_SHT_EMULATED = 1,
ATA_SHT_CMD_PER_LUN = 1,
ATA_SHT_THIS_ID = -1,
ATA_SHT_USE_CLUSTERING = 0,
ATA_SHT_USE_CLUSTERING = 1,

/* struct ata_device stuff */
ATA_DFLAG_LBA48 = (1 << 0), /* device supports LBA48 */
Expand Down

0 comments on commit cf48293

Please sign in to comment.