linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] more sector_t conversions
@ 2008-07-18 12:00 Andre Noll
  2008-07-18 12:00 ` [PATCH 1/4] md: Fix check for overlapping devices Andre Noll
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andre Noll @ 2008-07-18 12:00 UTC (permalink / raw)
  To: linux-raid

Hi

here's the next batch of patches against Neil's for-next branch that
change some of the remaining 1k-based representations to sector-based
representations.

Patch #1 fixes what I believe is a bug in the check for overlapping
partitions. This patch might also be suitable for -stable while #2-#4
are definitely material for -next.

Patch #2 changes the rdev_size_change function pointer of struct
super_type. The patched version takes the number of sectors instead
of the number of blocks.

Patches #3 and #4 convert the array_size fields of struct mddev_s
and of struct linear_private_data to sector-based representations
respectively.

Please review.
Andre
---

 drivers/md/faulty.c         |    2 +-
 drivers/md/linear.c         |   18 +++++++-------
 drivers/md/md.c             |   52 ++++++++++++++++++++----------------------
 drivers/md/multipath.c      |    2 +-
 drivers/md/raid0.c          |    8 +++---
 drivers/md/raid1.c          |   10 ++++----
 drivers/md/raid10.c         |    2 +-
 drivers/md/raid5.c          |   14 +++++-----
 include/linux/raid/linear.h |    2 +-
 include/linux/raid/md_k.h   |    2 +-
 10 files changed, 55 insertions(+), 57 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-21 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 12:00 [PATCH 0/4] more sector_t conversions Andre Noll
2008-07-18 12:00 ` [PATCH 1/4] md: Fix check for overlapping devices Andre Noll
2008-07-18 12:00 ` [PATCH 2/4] md: Make super_type->rdev_size_change() take sector-based sizes Andre Noll
2008-07-18 12:00 ` [PATCH 3/4] md: Make mddev->array_size sector-based Andre Noll
2008-07-21 10:29   ` Neil Brown
2008-07-21 15:42     ` Andre Noll
2008-07-18 12:00 ` [PATCH 4/4] md: linear: Make array_size sector-based and rename it to array_sectors Andre Noll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).