From: Alexander Zarochentsev <zam@namesys.com>
To: ajwade@cpe001346162bf9-cm0011ae8cd564.cpe.net.cable.rogers.com,
Andrew James Wade <andrew.j.wade@gmail.com>
Cc: reiserfs-list@namesys.com
Subject: Re: assertion failed: can_hit_entd(ctx, s)
Date: Fri, 25 Aug 2006 22:42:36 +0400 [thread overview]
Message-ID: <200608252242.36985.zam@namesys.com> (raw)
In-Reply-To: <200608211841.12071.ajwade@cpe001346162bf9-cm0011ae8cd564.cpe.net.cable.rogers.com>
Hello
On 22 August 2006 02:41, Andrew James Wade wrote:
btw, is <ajwade@cpe001346162bf9-cm0011ae8cd564.cpe.net.cable.rogers.com>
your mail address (it is from Reply-To:) ?
> This is the most common panic I've been getting. It looks like this:
> (2.6.18-rc4-mm1)
>
> reiser4 panicked cowardly: reiser4[scatteredwrites(4506)]:
> reiser4_writepage (fs/reiser4/page_cache.c:522)[]: assertion failed:
> can_hit_entd(ctx, s)
> Kernel panic - not syncing: reiser4[scatteredwrites(4506)]:
> reiser4_writepage (fs/reiser4/page_cache.c:522)[]: assertion failed:
> can_hit_entd(ctx, s)
>
> With the extra patches it looks like this:
> (2.6.18-rc4-mm2)
>
> reiser4 panicked cowardly: reiser4[grep(4918)]: can_hit_entd
> (fs/reiser4/page_cache.c:494)[ajw-3]: assertion failed:
> ctx->trans->atom == NULL
can you please try the following patch:
---
fs/reiser4/super_ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6-git/fs/reiser4/super_ops.c
===================================================================
--- linux-2.6-git.orig/fs/reiser4/super_ops.c
+++ linux-2.6-git/fs/reiser4/super_ops.c
@@ -92,7 +92,7 @@ static struct inode *reiser4_alloc_inode
reiser4_inode_object *obj;
assert("nikita-1696", super != NULL);
- obj = kmem_cache_alloc(inode_cache, SLAB_KERNEL);
+ obj = kmem_cache_alloc(inode_cache, reiser4_ctx_gfp_mask_get());
if (obj != NULL) {
reiser4_inode *info;
next prev parent reply other threads:[~2006-08-25 18:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-21 21:58 Reiser4 stress test Andrew James Wade
2006-08-21 22:41 ` assertion failed: can_hit_entd(ctx, s) Andrew James Wade
2006-08-25 18:42 ` Alexander Zarochentsev [this message]
2006-08-26 0:57 ` Andrew James Wade
2006-08-29 21:10 ` [patch] " Andrew James Wade
2006-08-30 6:45 ` Alexander Zarochentsev
2006-08-30 15:43 ` Hans Reiser
2006-08-30 16:26 ` Alexander Zarochentsev
2006-08-21 22:44 ` assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY) Andrew James Wade
2006-08-29 21:38 ` Andrew James Wade
2006-08-30 10:26 ` Alexander Zarochentsev
2006-08-30 21:29 ` Andrew James Wade
2006-08-21 23:22 ` assertion failed: keyeq(znode_get_rd_key(node), znode_get_ld_key(node->right)) Andrew James Wade
2006-08-21 23:35 ` [nikita-1936] assertion failed: reiser4_no_counters_are_held() Andrew James Wade
2006-08-25 13:18 ` Alexander Zarochentsev
2006-09-02 0:35 ` [patch] Fix use after free in jrelse_tail Andrew James Wade
2006-08-22 5:23 ` Reiser4 stress test Hans Reiser
2006-08-22 21:57 ` Andrew James Wade
2006-08-22 22:07 ` Andrew James Wade
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=200608252242.36985.zam@namesys.com \
--to=zam@namesys.com \
--cc=ajwade@cpe001346162bf9-cm0011ae8cd564.cpe.net.cable.rogers.com \
--cc=andrew.j.wade@gmail.com \
--cc=reiserfs-list@namesys.com \
/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.