diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 08:18:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 08:18:25 -0700 |
commit | 23756692147c5dfd3328afd42e16e9d943ff756c (patch) | |
tree | 63dedb075b4ae9ef16553a7ddf053cddea4beb06 /fs | |
parent | 0b3dc0e9c8ed4f09605fa844081503bf752388b0 (diff) | |
parent | 05277c75f6dea8ecf59138cd1b6781fb54ae08bd (diff) | |
download | linux-3.10-23756692147c5dfd3328afd42e16e9d943ff756c.tar.gz linux-3.10-23756692147c5dfd3328afd42e16e9d943ff756c.tar.bz2 linux-3.10-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 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; } |