diff options
author | Alex Elder <aelder@sgi.com> | 2009-10-13 22:47:22 +0200 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2009-10-13 22:47:22 +0200 |
commit | ba313e68facf190317d8db3afdc0f0028c963a96 (patch) | |
tree | 7bce97bc386f4359687238afae5840aa9e0161ee /fs | |
parent | Merge branch 'master' into for-linus (diff) | |
parent | xfs: fix double IRELE in xfs_dqrele_inode (diff) | |
download | linux-ba313e68facf190317d8db3afdc0f0028c963a96.tar.xz linux-ba313e68facf190317d8db3afdc0f0028c963a96.zip |
Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/quota/xfs_qm_syscalls.c | 1 |
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; } |