diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 08:05:39 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 08:05:39 +0200 |
commit | 00111076f725ec498f5ada19cdd984d111b0e9b3 (patch) | |
tree | d7d08779bfc836382537c23298613f5948368bdc /drivers/md/dm-linear.c | |
parent | sh: clean up MSTPCRn register definitions (diff) | |
parent | Merge branch 'master' into for-linus (diff) | |
download | linux-00111076f725ec498f5ada19cdd984d111b0e9b3.tar.xz linux-00111076f725ec498f5ada19cdd984d111b0e9b3.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 into sh/hwblk
Diffstat (limited to 'drivers/md/dm-linear.c')
-rw-r--r-- | drivers/md/dm-linear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-linear.c b/drivers/md/dm-linear.c index 9184b6deb868..82f7d6e6b1ea 100644 --- a/drivers/md/dm-linear.c +++ b/drivers/md/dm-linear.c @@ -139,7 +139,7 @@ static int linear_iterate_devices(struct dm_target *ti, { struct linear_c *lc = ti->private; - return fn(ti, lc->dev, lc->start, data); + return fn(ti, lc->dev, lc->start, ti->len, data); } static struct target_type linear_target = { |