Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18506
b: refs/heads/master
c: bcc1326
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Jan 15, 2006
1 parent 069856c commit d0f9469
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: 53df751ccd0a404cca169dbd61bae571cc21559a
refs/heads/master: bcc132651d384ad115a275868effb49c64b348ce
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ dasd_setup_queue(struct dasd_device * device)
blk_queue_max_hw_segments(device->request_queue, -1L);
blk_queue_max_segment_size(device->request_queue, -1L);
blk_queue_segment_boundary(device->request_queue, -1L);
blk_queue_ordered(device->request_queue, 1);
blk_queue_ordered(device->request_queue, QUEUE_ORDERED_DRAIN, NULL);
}

/*
Expand Down

0 comments on commit d0f9469

Please sign in to comment.