From: Jens Axboe <axboe@suse.de>
To: Milton Miller <miltonm@bga.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] copy the tag_map
Date: Wed, 28 May 2003 08:31:44 +0200 [thread overview]
Message-ID: <20030528063144.GK845@suse.de> (raw)
In-Reply-To: <200305280629.h4S6TLUY027859@sullivan.realtime.net>
On Wed, May 28 2003, Milton Miller wrote:
>
> Hi Jens
>
> saw this on checkin ...
>
> milton
>
> ===== drivers/block/ll_rw_blk.c 1.171 vs edited =====
> --- 1.171/drivers/block/ll_rw_blk.c Tue May 27 15:21:00 2003
> +++ edited/drivers/block/ll_rw_blk.c Wed May 28 00:43:33 2003
> @@ -553,7 +553,7 @@
>
> memcpy(bqt->tag_index, tag_index, max_depth * sizeof(struct request *));
> bits = max_depth / BLK_TAGS_PER_LONG;
> - memcpy(bqt->tag_map, bqt->tag_map, bits * sizeof(unsigned long));
> + memcpy(bqt->tag_map, tag_map, bits * sizeof(unsigned long));
Ah thanks, yes obvious typo there! I'll send your fix on.
--
Jens Axboe
prev parent reply other threads:[~2003-05-28 6:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-28 6:29 [PATCH] copy the tag_map Milton Miller
2003-05-28 6:31 ` Jens Axboe [this message]
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=20030528063144.GK845@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=miltonm@bga.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