Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210892
b: refs/heads/master
c: a45dc2d
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and Jens Axboe committed Sep 21, 2010
1 parent 123f0c0 commit 4276234
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: b0722cb1ac84863f57471d2b254457c100319300
refs/heads/master: a45dc2d2b8d1afa57c91dcfac224e50ffcd3f805
2 changes: 1 addition & 1 deletion trunk/block/blk-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ int blk_rq_map_kern(struct request_queue *q, struct request *rq, void *kbuf,
return PTR_ERR(bio);

if (rq_data_dir(rq) == WRITE)
bio->bi_rw |= (1 << REQ_WRITE);
bio->bi_rw |= REQ_WRITE;

if (do_copy)
rq->cmd_flags |= REQ_COPY_USER;
Expand Down

0 comments on commit 4276234

Please sign in to comment.