linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Nick Piggin <piggin@cyberone.com.au>
Cc: rathamahata@php4.ru, linux-kernel@vger.kernel.org
Subject: Re: [Bug 898] New: Very HIGH File & VM system latencies and system stop responding while extracting big tar  archive file.
Date: Fri, 11 Jul 2003 03:45:10 -0700	[thread overview]
Message-ID: <20030711034510.30065dc2.akpm@osdl.org> (raw)
In-Reply-To: <3F0E8A22.6020700@cyberone.com.au>

Nick Piggin <piggin@cyberone.com.au> wrote:
>
> You're sure 2.5.74 got processes stuck in D? That means its possibly
>  a driver bug. If you can get 2.5.75 to hang, please also try with
>  elevator=deadline. Thank you.

No, this will be the reiserfs bug.

--- 25/fs/reiserfs/tail_conversion.c~reiserfs-dirty-memory-fix	2003-07-10 22:22:54.000000000 -0700
+++ 25-akpm/fs/reiserfs/tail_conversion.c	2003-07-10 22:22:54.000000000 -0700
@@ -191,7 +191,7 @@ unmap_buffers(struct page *page, loff_t 
 	bh = next ;
       } while (bh != head) ;
       if ( PAGE_SIZE == bh->b_size ) {
-	ClearPageDirty(page);
+	clear_page_dirty(page);
       }
     }
   } 

_


  reply	other threads:[~2003-07-11 10:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-11  6:14 [Bug 898] New: Very HIGH File & VM system latencies and system stop responding while extracting big tar archive file Martin J. Bligh
2003-07-11  9:46 ` Sergey S. Kostyliov
2003-07-11  9:57   ` Nick Piggin
2003-07-11 10:45     ` Andrew Morton [this message]
2003-07-11 18:39       ` Mike Fedyk
2003-07-11 19:00         ` Andrew Morton
2003-07-11 20:24         ` Shawn

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=20030711034510.30065dc2.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=piggin@cyberone.com.au \
    --cc=rathamahata@php4.ru \
    /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;
as well as URLs for NNTP newsgroup(s).