linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PULL REQUEST] md: there was a bug in the bugfix.
Date: Wed, 27 May 2009 21:45:55 +1000	[thread overview]
Message-ID: <18973.10227.160582.824313@notabene.brown> (raw)


Hi Linus,
 on of those bug fixes in the recent pull had a bug, found by Stephen
 and his linux-next testing (thanks Stephen).

 I was using 'min()' wrongly and have replaced it with "min_t()".

Thanks,
NeilBrown


The following changes since commit b492b852cd8c99505708152c29a5e09a787af9de:
  NeilBrown (1):
        md: don't use locked_ioctl.

are available in the git repository at:

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

NeilBrown (1):
      md: raid5: change incorrect usage of 'min' macro to 'min_t'

 drivers/md/raid5.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

                 reply	other threads:[~2009-05-27 11:45 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=18973.10227.160582.824313@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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).