瀏覽代碼

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
Linus Torvalds 16 年之前
父節點
當前提交
2375669214
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/xfs/quota/xfs_qm_syscalls.c

+ 0 - 1
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;
 }