diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 16:18:25 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 16:18:25 +0100 |
commit | 23756692147c5dfd3328afd42e16e9d943ff756c (patch) | |
tree | 63dedb075b4ae9ef16553a7ddf053cddea4beb06 /fs | |
parent | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | xfs: fix double IRELE in xfs_dqrele_inode (diff) | |
download | linux-23756692147c5dfd3328afd42e16e9d943ff756c.tar.xz linux-23756692147c5dfd3328afd42e16e9d943ff756c.zip |
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
xfs: fix double IRELE in xfs_dqrele_inode
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; } |