lkml.org 
[lkml]   [2005]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.13-rc2-mm2 : oops in dm_mod
On Tue, Jul 12, 2005 at 08:52:39PM +0200, Laurent Riffard wrote:
> I just got this oops.

> EIP is at suspend_targets+0x8/0x42 [dm_mod]

I fear the empty patch the script gave me yesterday wasn't meant
to be empty... [Yes, I'm going to switch to quilt just as soon as
I can make time to convert everything.]

I'm downloading -mm2 as I write this to check, but I can't
spot the part of the patch that updates dm-table.c to read:

void dm_table_presuspend_targets(struct dm_table *t)
{
if (!t)
return;

return suspend_targets(t, 0);
}

void dm_table_postsuspend_targets(struct dm_table *t)
{
if (!t)
return;

return suspend_targets(t, 1);
}

Alasdair

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-07-12 22:55    [W:0.065 / U:0.584 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site