]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] mutex subsystem, semaphore to mutex: XFS
authorJes Sorensen <jes@trained-monkey.org>
Mon, 9 Jan 2006 23:59:21 +0000 (15:59 -0800)
committerIngo Molnar <mingo@hera.kernel.org>
Mon, 9 Jan 2006 23:59:21 +0000 (15:59 -0800)
commit794ee1baee1c26be40410233e6c20bceb2b03c08
tree1173a5cca98ddfbc1520d2d124af6d16bf950df2
parentde5097c2e73f826302cd8957c225b3725e0c7553
[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>
fs/xfs/linux-2.6/mutex.h
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_qm.c
fs/xfs/quota/xfs_qm.h
fs/xfs/quota/xfs_qm_bhv.c
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/quota/xfs_quota_priv.h
fs/xfs/support/uuid.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h