mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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
This commit is contained in:
commit
2375669214
1 changed files with 0 additions and 1 deletions
|
@ -876,7 +876,6 @@ xfs_dqrele_inode(
|
||||||
ip->i_gdquot = NULL;
|
ip->i_gdquot = NULL;
|
||||||
}
|
}
|
||||||
xfs_iput(ip, XFS_ILOCK_EXCL);
|
xfs_iput(ip, XFS_ILOCK_EXCL);
|
||||||
IRELE(ip);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue