From: Shaohua Li Date: Thu, 11 Oct 2012 02:28:54 +0000 (+1100) Subject: md: raid 1 supports TRIM X-Git-Tag: v3.7-rc1~10^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff8cc2c6d4e323de71a42affeb3041fa17d5b10;p=pandora-kernel.git md: raid 1 supports TRIM This makes md raid 1 support TRIM. If one disk supports discard and another not, or one has discard_zero_data and another not, there could be inconsistent between data from such disks. But this should not matter, discarded data is useless. This will add extra copy in rebuild though. Signed-off-by: Shaohua Li Signed-off-by: NeilBrown --- Reading git-diff-tree failed