public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: "Thorbjørn Lind" <mtl@slowbone.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] 2.5.48-bk, md raid0 fix
Date: Tue, 19 Nov 2002 23:09:51 -0800	[thread overview]
Message-ID: <3DDB353F.33D826C8@digeo.com> (raw)
In-Reply-To: 3DDAE54F.4010808@slowbone.net

Thorbjørn Lind wrote:
> 
> Fixes the 'BUG at drivers/block/ll_rw_blk.c:19xx' when using raid0 md devices since 2.5.45...
> 
> ...
> +       max_size = mddev->chunk_size - ((bio->bi_sector % (mddev->chunk_size >> 9)) << 9);

The mod operator on a 64-bit quantity won't work with
CONFIG_LBD=y, will it?

  reply	other threads:[~2002-11-20  7:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-20  1:28 [patch] 2.5.48-bk, md raid0 fix Thorbjørn Lind
2002-11-20  7:09 ` Andrew Morton [this message]
2002-11-20  7:38   ` Thorbjørn Lind
2002-11-21  0:36     ` Neil Brown
     [not found] <101840980@toto.iv>
2002-11-20  4:54 ` Peter Chubb
2002-11-20  6:26   ` Thorbjørn Lind

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=3DDB353F.33D826C8@digeo.com \
    --to=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mtl@slowbone.net \
    /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