Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74564
b: refs/heads/master
c: 436d1bc
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Dec 4, 2007
1 parent ca93747 commit 2bdcd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 671756162cfb0b3ccbb6a0047baa3010885561a2
refs/heads/master: 436d1bc7fe6e78e37fe5f5022ea4d5c133d825eb
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dcssblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,11 @@ dcssblk_add_store(struct device *dev, struct device_attribute *attr, const char
if (rc)
goto unregister_dev;

add_disk(dev_info->gd);

blk_queue_make_request(dev_info->dcssblk_queue, dcssblk_make_request);
blk_queue_hardsect_size(dev_info->dcssblk_queue, 4096);

add_disk(dev_info->gd);

switch (dev_info->segment_type) {
case SEG_TYPE_SR:
case SEG_TYPE_ER:
Expand Down

0 comments on commit 2bdcd6d

Please sign in to comment.