From: Horst Hummel Date: Sun, 1 May 2005 15:58:59 +0000 (-0700) Subject: [PATCH] s390: don't pad cdl blocks for write requests X-Git-Tag: v2.6.12-rc4~136^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5883abebb2e249ea8d318cb58fb4b2c269cf10;p=pandora-kernel.git [PATCH] s390: don't pad cdl blocks for write requests The first blocks on a cdl formatted dasd device are smaller than the blocksize of the device. Read requests are padded with a 'e5' pattern. Write requests should not pad the (user) buffer with 'e5' because a write request is not allowed to modify the buffer. Signed-off-by: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed