Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213043
b: refs/heads/master
c: 2610a25
h: refs/heads/master
i:
  213041: dea0020
  213039: ddd966a
v: v3
  • Loading branch information
Namhyung Kim authored and Jens Axboe committed Sep 16, 2010
1 parent a7657f2 commit 51b79ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b5af921ec02333e943efb59aca4f56b78fc0e100
refs/heads/master: 2610a25406087ef797f4187e7f82dd04335056c7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ static int sg_start_req(Sg_request *srp, unsigned char *cmd)
if (sg_allow_dio && hp->flags & SG_FLAG_DIRECT_IO &&
dxfer_dir != SG_DXFER_UNKNOWN && !iov_count &&
!sfp->parentdp->device->host->unchecked_isa_dma &&
blk_rq_aligned(q, hp->dxferp, dxfer_len))
blk_rq_aligned(q, (unsigned long)hp->dxferp, dxfer_len))
md = NULL;
else
md = &map_data;
Expand Down

0 comments on commit 51b79ab

Please sign in to comment.