commit | 794ee1baee1c26be40410233e6c20bceb2b03c08 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@trained-monkey.org> | Mon Jan 09 15:59:21 2006 -0800 |
committer | Ingo Molnar <mingo@hera.kernel.org> | Mon Jan 09 15:59:21 2006 -0800 |
tree | 1173a5cca98ddfbc1520d2d124af6d16bf950df2 | |
parent | de5097c2e73f826302cd8957c225b3725e0c7553 [diff] |
[PATCH] mutex subsystem, semaphore to mutex: XFS 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. Signed-off-by: Jes Sorensen <jes@trained-monkey.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>