Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 703
b: refs/heads/master
c: ec5883a
h: refs/heads/master
i:
  701: c7dbd82
  699: f63ad5e
  695: 07280a0
  687: 91c2d25
  671: e3954d2
  639: 013b7b9
v: v3
  • Loading branch information
Horst Hummel authored and Linus Torvalds committed May 1, 2005
1 parent dcba835 commit ba53a08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ed93c827eea181d87ce078cd1d671128c030b5a
refs/heads/master: ec5883abebb2e249ea8d318cb58fb4b2c269cf10
5 changes: 3 additions & 2 deletions trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Bugreports.to..: <Linux390@de.ibm.com>
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
*
* $Revision: 1.69 $
* $Revision: 1.71 $
*/

#include <linux/config.h>
Expand Down Expand Up @@ -1101,7 +1101,8 @@ dasd_eckd_build_cp(struct dasd_device * device, struct request *req)
if (dasd_eckd_cdl_special(blk_per_trk, recid)){
rcmd |= 0x8;
count = dasd_eckd_cdl_reclen(recid);
if (count < blksize)
if (count < blksize &&
rq_data_dir(req) == READ)
memset(dst + count, 0xe5,
blksize - count);
}
Expand Down

0 comments on commit ba53a08

Please sign in to comment.