linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Art Haas <ahaas@neosoft.com>
Cc: linux-mm@kvack.org
Subject: Re: [PATCH] radix-tree pagecache for 2.4.19-pre5-ac3
Date: Wed, 10 Apr 2002 16:48:45 -0700	[thread overview]
Message-ID: <20020410234845.GB23767@holomorphy.com> (raw)
In-Reply-To: <20020410220842.GA14573@debian>

On Wed, Apr 10, 2002 at 05:08:42PM -0500, Art Haas wrote:
> I think you've dropped an "=". Maybe this is the cause of the
> other trouble you were seeing?

I don't believe so. Just a vanilla 2.4.19-pre5-ac3 + your posted patch
+ corrected livelock fix (without it it livelocks instead) oopses at
fs/inode.c:515 within approximately 2 minutes:

    510 void clear_inode(struct inode *inode)
    511 {
    512         invalidate_inode_buffers(inode);
    513
    514         if (inode->i_data.nrpages)
    515                 BUG();
    516         if (!(inode->i_state & I_FREEING))
    517                 BUG();
    518         if (inode->i_state & I_CLEAR)
    519                 BUG();


Cheers,
Bill
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

  parent reply	other threads:[~2002-04-10 23:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-07 16:44 Art Haas
2002-04-10 20:59 ` William Lee Irwin III
2002-04-10 22:08   ` Art Haas
2002-04-10 22:16     ` William Lee Irwin III
2002-04-10 23:48     ` William Lee Irwin III [this message]
2002-04-11 18:39     ` William Lee Irwin III
2002-04-11 21:47       ` Art Haas

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=20020410234845.GB23767@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=ahaas@neosoft.com \
    --cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox