mirror of https://gitee.com/openkylin/linux.git
Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus
This commit is contained in:
commit
ba313e68fa
|
@ -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 New Issue