diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 07:18:04 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 07:18:04 +0100 |
commit | 4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d (patch) | |
tree | 6d4ca39c4e215023b80571ecf5d6a1700913418f /fs/xfs/quota | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial (diff) | |
parent | [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround (diff) | |
download | linux-4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d.tar.xz linux-4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d.zip |
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_qm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 8d5886020107..53a00fb217fa 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c @@ -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; } |