commit | c31b55cd4eaf050bb5a15bd8251da1b3c7edeb1c | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Thu Jun 23 13:40:29 2011 +0300 |
committer | Chris Ball <cjb@laptop.org> | Sat Jun 25 18:53:05 2011 -0400 |
tree | 75bc885df951307fda9215e33847411f37935c20 | |
parent | d09408ade08a08a710a247fb52aa50101e73ebf7 [diff] |
mmc: queue: bring discard_granularity/alignment into line with SCSI SCSI defines discard alignment as the offset to the first optimal discard. In the case of SD/MMC, that is always zero which is the default. SCSI defines discard granularity as a hint of a optimal discard size. That is much better expressed by the MMC "preferred erase size" (pref_erase) field. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>