All of lore.kernel.org
 help / color / mirror / Atom feed
From: Toufeeq Hussain <toufeeqh@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: Re: 2.6.13-rc1 problems
Date: Thu, 30 Jun 2005 22:21:55 +0530	[thread overview]
Message-ID: <42C4232B.7090904@gmail.com> (raw)
In-Reply-To: <20050629120210.489db9fd.akpm@osdl.org>


[-- Attachment #1.1: Type: text/plain, Size: 778 bytes --]

Andrew Morton wrote:
> Try this:
> 
> --- 25/drivers/block/ll_rw_blk.c~get_request-nastiness	2005-06-29 09:36:27.000000000 -0700
> +++ 25-akpm/drivers/block/ll_rw_blk.c	2005-06-29 09:36:27.000000000 -0700
> @@ -1918,10 +1918,9 @@ get_rq:
>  	 * limit of requests, otherwise we could have thousands of requests
>  	 * allocated with any setting of ->nr_requests
>  	 */
> -	if (rl->count[rw] >= (3 * q->nr_requests / 2)) {
> -		spin_unlock_irq(q->queue_lock);
> +	if (rl->count[rw] >= (3 * q->nr_requests / 2))
>  		goto out;
> -	}
> +
>  	rl->count[rw]++;
>  	rl->starved[rw] = 0;
>  	if (rl->count[rw] >= queue_congestion_on_threshold(q))

working fine now.
No spurious messages in /var/log/kern.log or in /var/log/syslog.

Thanks,
Toufeeq

-- 
Linux 2.6.13-rc1 i686 GNU/Linux

[-- Attachment #1.2: toufeeqh.vcf --]
[-- Type: text/x-vcard, Size: 177 bytes --]

begin:vcard
fn:Toufeeq Hussain
n:Hussain;Toufeeq
email;internet:toufeeqh@gmail.com
tel;home:091-044-24832063
tel;cell:091-9840196690
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-06-30 16:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29 18:39 2.6.13-rc1 problems Toufeeq Hussain
2005-06-29 19:02 ` Andrew Morton
2005-06-30 16:51   ` Toufeeq Hussain [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-06-29 16:34 Ismail Donmez
2005-06-29 17:07 ` randy_dunlap
     [not found] ` <Pine.LNX.4.61.0506291805090.3940@goblin.wat.veritas.com>
2005-06-29 17:15   ` Ismail Donmez
2005-06-29 17:51     ` Hugh Dickins
2005-06-29 17:55       ` Ismail Donmez
2005-06-29 18:08       ` randy_dunlap

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=42C4232B.7090904@gmail.com \
    --to=toufeeqh@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.