linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-raid@vger.kernel.org
Subject: [PULL REQUEST] minor md updates.
Date: Mon, 30 Aug 2010 18:32:28 +1000	[thread overview]
Message-ID: <20100830183228.22cec1a6@notabene> (raw)


My earlier pull request broke MD_CHANGE_CLEAN handling because it is confused.
So Dan fixed it, and then I made it all less confusing.

And when we moved raid6 from drivers/md to lib, we missed  the .gitignore
file.

Thanks,
NeilBrown


The following changes since commit 2bfc96a127bc1cc94d26bfaa40159966064f9c8c:

  Linux 2.6.36-rc3 (2010-08-29 08:36:04 -0700)

are available in the git repository at:
  git://neil.brown.name/md/ for-linus

Dan Williams (1):
      md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arrays

NeilBrown (2):
      Move .gitignore from drivers/md to lib/raid6
      md: resolve confusion of MD_CHANGE_CLEAN

 drivers/md/.gitignore |    4 ----
 drivers/md/bitmap.c   |    3 +--
 drivers/md/md.c       |   25 ++++++++++---------------
 drivers/md/md.h       |    2 +-
 lib/raid6/.gitignore  |    4 ++++
 5 files changed, 16 insertions(+), 22 deletions(-)
 delete mode 100644 drivers/md/.gitignore
 create mode 100644 lib/raid6/.gitignore

                 reply	other threads:[~2010-08-30  8:32 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=20100830183228.22cec1a6@notabene \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.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;
as well as URLs for NNTP newsgroup(s).