From: Eric Sandeen Date: Thu, 8 Mar 2012 06:03:59 +0000 (-0600) Subject: [SCSI] scsi_debug: add LBPRZ support X-Git-Tag: v3.4-rc1~6^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1dd78de5686c062bb3103f9e86d444a10ed783;p=pandora-kernel.git [SCSI] scsi_debug: add LBPRZ support Add LBPRZ support to scsi_debug; i.e. read zeros for unmapped blocks. Rather than checking for unmapped blocks at read time, this just zeroes them on the backing store at unmap time so it behaves the same way. This also adds a module parameter to disable it. lbprz, "unmapped blocks return 0 on read (def=1)" [jejb: fix whitespace errors] Signed-off-by: Eric Sandeen Acked-by: Douglas Gilbert Signed-off-by: James Bottomley --- Reading git-diff-tree failed