diff options
author | Alex Elder <aelder@sgi.com> | 2009-10-13 15:47:22 -0500 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2009-10-13 15:47:22 -0500 |
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 4e4276b956e..5d1a3b98a6e 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; } |