Re: [patch] updates XFS mutex patch

From: Christoph Hellwig
Date: Thu Dec 29 2005 - 09:47:17 EST


On Thu, Dec 29, 2005 at 05:59:35AM -0500, Jes Sorensen wrote:
> Hi,
>
> Please find attached an updated patch for the XFS using MUTEX
> patch.
>
> Note this is a replacement patch for the previous one.
>
> Cheers,
> Jes
>
> This patch switches XFS over to use the new mutex code directly as
> opposed to the previous workaround patch I posted earlier that avoided
> the namespace clash by forcing it back to semaphores. This falls in the
> 'works for me<tm>' category.

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.

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