aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2009-10-13 15:47:22 -0500
committerAlex Elder <aelder@sgi.com>2009-10-13 15:47:22 -0500
commitba313e68facf190317d8db3afdc0f0028c963a96 (patch)
tree7bce97bc386f4359687238afae5840aa9e0161ee /fs/xfs
parentMerge branch 'master' into for-linus (diff)
parentxfs: fix double IRELE in xfs_dqrele_inode (diff)
downloadlinux-dev-ba313e68facf190317d8db3afdc0f0028c963a96.tar.xz
linux-dev-ba313e68facf190317d8db3afdc0f0028c963a96.zip
Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/quota/xfs_qm_syscalls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm_syscalls.c b/fs/xfs/quota/xfs_qm_syscalls.c
index 4e4276b956e8..5d1a3b98a6e6 100644
--- a/fs/xfs/quota/xfs_qm_syscalls.c
+++ b/fs/xfs/quota/xfs_qm_syscalls.c
@@ -876,7 +876,6 @@ xfs_dqrele_inode(
ip->i_gdquot = NULL;
}
xfs_iput(ip, XFS_ILOCK_EXCL);
- IRELE(ip);
return 0;
}