]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/md/md.c
md: Make super_type->rdev_size_change() take sector-based sizes.
authorAndre Noll <maan@systemlinux.org>
Mon, 21 Jul 2008 04:42:12 +0000 (14:42 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 21 Jul 2008 04:42:12 +0000 (14:42 +1000)
commit15f4a5fdf3aa07b53f6a7969664741db5882e485
tree1bd897fbbcf512d3c0c3b2b55633ae590558f314
parentd07bd3bcc456228b56a790897162a634691fed9b
md: Make super_type->rdev_size_change() take sector-based sizes.

Also, change the type of the size parameter from unsigned long long to
sector_t and rename it to num_sectors.

Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c