Re: [PATCH 2/3] Add disk hotswap support to libata RESEND #5

From: Bernhard C. Schrenk
Date: Tue Sep 27 2005 - 14:42:36 EST


Hi Luke,

I tested your previous version of this patch on an AMD64. I found one 64 bit
bug, crashing the kernel. After fixing it, it worked quite well.

Please change in the file libata-core.c the line

ap->hotplug_timer.data = (unsigned int)ap;

to

ap->hotplug_timer.data = (unsigned long)ap;

Thanks for this great patch,
Bernhard

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