Re: 2.6.16-rt1

From: Jan Altenberg
Date: Tue Mar 21 2006 - 08:56:24 EST


IIRC, I've seen this error already in a post for 2.6.16-rc6-rt1

> *** Warning: "mutex_destroy" [fs/xfs/xfs.ko] undefined!

mutex_destroy isn't defined for CONFIG_PREEMPT_RT.

In the past mutex_destroy was defined in fs/xfs/linux_26/mutex.h, but
this has been moved. Have a look at: include/linux/mutex-debug.h,
kernel/mutex-debug.c, include/linux/mutex.h


JAN
-
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/