Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PULL REQUEST] supplementary md patches for 2.6.28
@ 2008-10-24  4:43 Neil Brown
  0 siblings, 0 replies; only message in thread
From: Neil Brown @ 2008-10-24  4:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-raid, Greg KH, Tejun Heo


These patches cause md to make use of some functionality that was
added to the kernel since 2.6.27 and so were not in the main batch of
md patches.

The first two convert some calls in md from sysfs_notify to
sysfs_notify_dirent.  sysfs_notify_dirent arrived recently via Greg KH
and is a cleaner interface for sysfs notification.  There are some
further conversions that can happen later, but these two are in places
where the new call makes a real difference.

The third causes md to use the new extended partitioning scheme
(thanks Tejun) so that regular md devices (e.g. /dev/mdX - major
number 9) can have partitions.  This means we could eventually
deprecate the 'mdp' alternate major number that allows partitions md
devices.

Thanks,
NeilBrown


The following changes since commit 0cfd81031a26717fe14380d18275f8e217571615:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../gregkh/usb-2.6

are available in the git repository at:

  git://neil.brown.name/md for-linus

NeilBrown (3):
      md: use sysfs_notify_dirent to notify changes to md/array_state
      md: use sysfs_notify_dirent to notify changes to md/dev-xxx/state
      md: allow extended partitions on md devices.

 drivers/md/md.c           |   56 ++++++++++++++++++++++++++------------------
 include/linux/raid/md_k.h |    8 +++++-
 2 files changed, 40 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-24  4:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-24  4:43 [PULL REQUEST] supplementary md patches for 2.6.28 Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox