Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375405
b: refs/heads/master
c: cc34a8e
h: refs/heads/master
i:
  375403: 0f7fcee
v: v3
  • Loading branch information
Akinobu Mita authored and James Bottomley committed May 2, 2013
1 parent 88e6c47 commit f014441
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: ac17078ae6947254331f56ce4f1db9ea221d43d6
refs/heads/master: cc34a8e663b2908b9ab487dab8456d117a1e0b93
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2059,8 +2059,9 @@ static void unmap_region(sector_t lba, unsigned int len)
clear_bit(block, map_storep);
if (scsi_debug_lbprz)
memset(fake_storep +
block * scsi_debug_sector_size, 0,
scsi_debug_sector_size);
lba * scsi_debug_sector_size, 0,
scsi_debug_sector_size *
scsi_debug_unmap_granularity);
}
lba += granularity - rem;
}
Expand Down

0 comments on commit f014441

Please sign in to comment.