From: Neil Brown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-raid@vger.kernel.org
Subject: [PULL REQUEST] 2 minor md patches for 2.6.36
Date: Fri, 17 Sep 2010 20:46:42 +1000 [thread overview]
Message-ID: <19603.18194.416958.25070@notabene.brown> (raw)
Hi Linus,
a couple of patches for little bugs that has turned up in the last
couple of week.
There is also an issue where a recent change to rcu_dereference
causes it to eval it arg twice, and md/raid1.c uses a pre-increment
in the arg so that is badness. The rcu guys are planning to fix
rcu_dereference so I'm leaving md/raid1 as-is for now (I have a
rewrite of that function queued for next window) but I could remove
the pre-inc if it doesn't get resolved before -final....
Thanks,
NeilBrown
The following changes since commit 9c03f1622af051004416dd3e24d8a0fa31e34178:
Merge ssh://master.kernel.org/home/hpa/tree/sec (2010-09-14 17:07:51 -0700)
are available in the git repository at:
git://neil.brown.name/md for-linus
NeilBrown (2):
md: call md_update_sb even for 'external' metadata arrays.
md: fix v1.x metadata update when a disk is missing.
drivers/md/md.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
reply other threads:[~2010-09-17 10:46 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=19603.18194.416958.25070@notabene.brown \
--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).