提交 23756692 编写于 作者: L Linus Torvalds

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
...@@ -876,7 +876,6 @@ xfs_dqrele_inode( ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册