On Tue, Jul 04, 2006 at 03:03:38PM +0200, Ingo Molnar wrote: > so i suspect: > > fs/xfs/xfs_mount.h:#define AIL_LOCK_DESTROY(x) spinlock_destroy(x) > fs/xfs/linux-2.6/spin.h:#define spinlock_destroy(lock) > > needs to change and we need to implement spinlock_destroy(), a'ka > mutex_destroy()? [which i added recently too] Hmm, don't think so - only if you needed to change all other spinlock uses in the kernel to have a teardown too? Can't see that in current git trees, anyway, so I expect that to be OK as is. cheers. -- Nathan - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html