[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] radix-tree pagecache for 2.4.19-pre5-ac3



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/