On Wed, 2007-04-25 at 17:40 +0200, Joakim Tjernlund wrote: > + if (!list->rb_node) > + __jffs2_dbg_dump_fragtree(frag); That one wouldn't have oopsed if you had passed it 'f' as you were supposed to, instead of passing it NULL. -- dwmw2