Re: [patch] updates XFS mutex patch

From: Ingo Molnar
Date: Thu Dec 29 2005 - 11:57:44 EST



* Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:

> It's say just switch XFS to the one-arg mutex_init variant.
>
> And ingo. please add the mutex_t typedef, analogue to spinlock_t it's
> a totally opaqueue to the users type, so it really should be a
> typedef. After that the XFS mutex.h can just go away.

that's not possible, due to DEFINE_MUTEX() and due to struct mutex being
embedded in other structures. I dont think we want to lose that property
of struct semaphore, and only restrict mutex usage to pointers.

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