Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 702
b: refs/heads/master
c: 6ed93c8
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Weinhuber authored and Linus Torvalds committed May 1, 2005
1 parent c7dbd82 commit dcba835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f24acd4503270ed4c842c8fef0b71105285e0a06
refs/heads/master: 6ed93c827eea181d87ce078cd1d671128c030b5a
1 change: 1 addition & 0 deletions trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +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);
}

/*
Expand Down

0 comments on commit dcba835

Please sign in to comment.