[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>
Showing
- fs/xfs/linux-2.6/mutex.h 3 additions, 7 deletionsfs/xfs/linux-2.6/mutex.h
- fs/xfs/quota/xfs_dquot.c 2 additions, 2 deletionsfs/xfs/quota/xfs_dquot.c
- fs/xfs/quota/xfs_qm.c 5 additions, 5 deletionsfs/xfs/quota/xfs_qm.c
- fs/xfs/quota/xfs_qm.h 1 addition, 1 deletionfs/xfs/quota/xfs_qm.h
- fs/xfs/quota/xfs_qm_bhv.c 1 addition, 1 deletionfs/xfs/quota/xfs_qm_bhv.c
- fs/xfs/quota/xfs_qm_syscalls.c 4 additions, 4 deletionsfs/xfs/quota/xfs_qm_syscalls.c
- fs/xfs/quota/xfs_quota_priv.h 1 addition, 1 deletionfs/xfs/quota/xfs_quota_priv.h
- fs/xfs/support/uuid.c 3 additions, 3 deletionsfs/xfs/support/uuid.c
- fs/xfs/xfs_mount.c 1 addition, 1 deletionfs/xfs/xfs_mount.c
- fs/xfs/xfs_mount.h 1 addition, 1 deletionfs/xfs/xfs_mount.h
Please register or sign in to comment