commit | 5aff6750d56d1bbcbb525ddc6dd6b36bc426c5e7 | [log] [tgz] |
---|---|---|
author | Kaixu Xia <kaixuxia@tencent.com> | Wed Sep 16 14:31:55 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 25 11:34:07 2020 -0700 |
tree | 12a52730eaab3b197b96ec3c0c8a4a10aed448ad | |
parent | 9c0fce4c16fc8d4d119cc3a20f1e5ce870206706 [diff] |
xfs: remove the unnecessary xfs_dqid_t type cast Since the type prid_t and xfs_dqid_t both are uint32_t, seems the type cast is unnecessary, so remove it. Signed-off-by: Kaixu Xia <kaixuxia@tencent.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>