From: Mike Snitzer Date: Fri, 21 Dec 2012 20:23:30 +0000 (+0000) Subject: dm: disable WRITE SAME X-Git-Tag: v3.8-rc1~3^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a94672a830e01d58c7c7e8de530c3f136d6ff2;p=pandora-kernel.git dm: disable WRITE SAME WRITE SAME bios are not yet handled correctly by device-mapper so disable their use on device-mapper devices by setting max_write_same_sectors to zero. As an example, a ciphertext device is incompatible because the data gets changed according to the location at which it written and so the dm crypt target cannot support it. Signed-off-by: Mike Snitzer Cc: stable@vger.kernel.org Cc: Milan Broz Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed