commit | c2e81432201d99cc48ff6492567fe05204cc8d7e | [log] [tgz] |
---|---|---|
author | Nathan Scott <nathans@bruce> | Mon Jan 16 16:21:34 2006 +1100 |
committer | Nathan Scott <nathans@bruce> | Mon Jan 16 16:21:34 2006 +1100 |
tree | ea3630e08544dba25120f39f27dcc73b281378fb | |
parent | 54245702ab63a9a0b1ccf78bc37b57e778bb3bcc [diff] [blame] |
[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. Signed-off-by: Nathan Scott <nathans@sgi.com>
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 7dcdd06..3384bfe 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c
@@ -167,7 +167,7 @@ xqm->qm_dqfree_ratio = XFS_QM_DQFREE_RATIO; xqm->qm_nrefs = 0; #ifdef DEBUG - xfs_mutex_init(&qcheck_lock, MUTEX_DEFAULT, "qchk"); + mutex_init(&qcheck_lock); #endif return xqm; }