Merge git://oss.sgi.com:8090/oss/git/xfs-2.6

This commit is contained in:
Linus Torvalds
2006-01-15 22:18:04 -08:00
3 changed files with 10 additions and 20 deletions

View File

@@ -167,7 +167,7 @@ xfs_Gqm_init(void)
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;
}