diff options
author | Alex Elder <aelder@sgi.com> | 2009-10-13 16:47:22 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2009-10-13 16:47:22 -0400 |
commit | ba313e68facf190317d8db3afdc0f0028c963a96 (patch) | |
tree | 7bce97bc386f4359687238afae5840aa9e0161ee /fs | |
parent | e09d39968bd8befa087f10f970fa236e8694b643 (diff) | |
parent | 05277c75f6dea8ecf59138cd1b6781fb54ae08bd (diff) |
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( | |||
876 | ip->i_gdquot = NULL; | 876 | ip->i_gdquot = NULL; |
877 | } | 877 | } |
878 | xfs_iput(ip, XFS_ILOCK_EXCL); | 878 | xfs_iput(ip, XFS_ILOCK_EXCL); |
879 | IRELE(ip); | ||
880 | 879 | ||
881 | return 0; | 880 | return 0; |
882 | } | 881 | } |