From: "Quim K Holland" <qkholland@my-deja.com>
To: neilb@cse.unsw.edu.au, torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: Desk check of raid5.c patch from mtew@cds.duke.edu?
Date: Mon, 29 Jan 2001 18:34:26 -0800 [thread overview]
Message-ID: <200101300234.SAA20191@mail4.bigmailbox.com> (raw)
I've been following the recent 2.4.1-pre series and am wondering why the following one-liner
(obviously correct) patch has not been applied. Maybe the original request from Neil to Linus
did not get through?
<http://marc.theaimsgroup.com/?l=linux-raid&m=97936073620401&w=2>
--- drivers/md/raid5.c 2001/01/13 04:31:15 1.1
+++ drivers/md/raid5.c 2001/01/13 04:31:30
@@ -1071,7 +1071,7 @@
bh->b_end_io(bh, 1);
}
while ((bh=return_fail)) {
- return_ok = bh->b_reqnext;
+ return_fail = bh->b_reqnext;
bh->b_reqnext = NULL;
bh->b_end_io(bh, 0);
}
------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next reply other threads:[~2001-01-30 2:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-30 2:34 Quim K Holland [this message]
2001-01-30 13:34 ` Ingo Molnar
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=200101300234.SAA20191@mail4.bigmailbox.com \
--to=qkholland@my-deja.com \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--cc=torvalds@transmeta.com \
/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
all inboxes | Powered by JetHome®