Re: 2.6.13-rc1 problems

From: Toufeeq Hussain (toufeeqh_at_gmail.com)
Date: 06/30/05

  • Next message: Badari Pulavarty: "exit notifier for 2.6.12-mm2"
    Date:	Thu, 30 Jun 2005 22:21:55 +0530
    To: Andrew Morton <akpm@osdl.org>
    
    
    
    

    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
    
    

    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/



  • Next message: Badari Pulavarty: "exit notifier for 2.6.12-mm2"

    Relevant Pages

    • Re: [PATCH] O10int for interactivity
      ... Andrew Morton wrote: ... > Apparently it has been fixed in recent OpenOffice versions. ... Debian Linux Sid ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] Needed include in usb/gadget/net2280
      ... Felipe ... It's most certainly GNU/Linux, not Linux. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] Memory leak in block/cciss.c driver
      ... Felipe ... It's most certainly GNU/Linux, not Linux. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • RE: Catching NForce2 lockup with NMI watchdog
      ... >table in the system BIOS which the motherboard vendors supply. ... Is it not possible that Linux could be made to handling this hardware ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.7 (future kernel) wish
      ... > I've never seen one give a STOP error from that but I guess a bad driver ... I would like to see the HAL type crap for Linux. ... to have uniform user device control from a gui programmable means. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)