Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64554
b: refs/heads/master
c: f99ba18
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Vasquez authored and Linus Torvalds committed Aug 27, 2007
1 parent 667c0d3 commit 86c92ed
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: 5a99efeaa5c7139b7d76cbd5fb54fac664ba3da9
refs/heads/master: f99ba18a96195f047546bd515aabf81fda70ef09
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-mpath-rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static struct request *get_rdac_req(struct rdac_handler *h,
rq->end_io_data = h;
rq->timeout = h->timeout;
rq->cmd_type = REQ_TYPE_BLOCK_PC;
rq->cmd_flags = REQ_FAILFAST | REQ_NOMERGE;
rq->cmd_flags |= REQ_FAILFAST | REQ_NOMERGE;
return rq;
}

Expand Down

0 comments on commit 86c92ed

Please sign in to comment.