diff options
| author | <jgarzik@pretzel.yyz.us> | 2005-06-04 00:40:40 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-04 00:40:40 -0400 |
| commit | ae20ea8525a80a863f70d332cf47b71bd9f54c1f (patch) | |
| tree | 9d3cedeb65db521a8436b545bd91641549a18d24 /drivers/md/raid5.c | |
| parent | f497ba735fc9ff4e35a19641143708b3be1c7061 (diff) | |
| parent | 8be3de3fd8469154a2b3e18a4712032dac5b4a53 (diff) | |
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
Diffstat (limited to 'drivers/md/raid5.c')
| -rw-r--r-- | drivers/md/raid5.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index e96e2a10a9c9..3cb11ac232fa 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
| @@ -1620,9 +1620,6 @@ static int run (mddev_t *mddev) | |||
| 1620 | atomic_set(&conf->active_stripes, 0); | 1620 | atomic_set(&conf->active_stripes, 0); |
| 1621 | atomic_set(&conf->preread_active_stripes, 0); | 1621 | atomic_set(&conf->preread_active_stripes, 0); |
| 1622 | 1622 | ||
| 1623 | mddev->queue->unplug_fn = raid5_unplug_device; | ||
| 1624 | mddev->queue->issue_flush_fn = raid5_issue_flush; | ||
| 1625 | |||
| 1626 | PRINTK("raid5: run(%s) called.\n", mdname(mddev)); | 1623 | PRINTK("raid5: run(%s) called.\n", mdname(mddev)); |
| 1627 | 1624 | ||
| 1628 | ITERATE_RDEV(mddev,rdev,tmp) { | 1625 | ITERATE_RDEV(mddev,rdev,tmp) { |
| @@ -1728,6 +1725,10 @@ memory = conf->max_nr_stripes * (sizeof(struct stripe_head) + | |||
| 1728 | } | 1725 | } |
| 1729 | 1726 | ||
| 1730 | /* Ok, everything is just fine now */ | 1727 | /* Ok, everything is just fine now */ |
| 1728 | |||
| 1729 | mddev->queue->unplug_fn = raid5_unplug_device; | ||
| 1730 | mddev->queue->issue_flush_fn = raid5_issue_flush; | ||
| 1731 | |||
| 1731 | mddev->array_size = mddev->size * (mddev->raid_disks - 1); | 1732 | mddev->array_size = mddev->size * (mddev->raid_disks - 1); |
| 1732 | return 0; | 1733 | return 0; |
| 1733 | abort: | 1734 | abort: |
