Linux RAID subsystem development
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-raid@vger.kernel.org, Greg KH <greg@kroah.com>,
	Tejun Heo <tj@kernel.org>
Subject: [PULL REQUEST] supplementary md patches for 2.6.28
Date: Fri, 24 Oct 2008 15:43:42 +1100	[thread overview]
Message-ID: <18689.21118.233817.75472@notabene.brown> (raw)


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(-)

                 reply	other threads:[~2008-10-24  4:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18689.21118.233817.75472@notabene.brown \
    --to=neilb@suse.de \
    --cc=greg@kroah.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox