]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
xfs: remove the unnecessary xfs_dqid_t type cast
authorKaixu Xia <kaixuxia@tencent.com>
Wed, 16 Sep 2020 21:31:55 +0000 (14:31 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Sep 2020 18:34:07 +0000 (11:34 -0700)
commit5aff6750d56d1bbcbb525ddc6dd6b36bc426c5e7
tree12a52730eaab3b197b96ec3c0c8a4a10aed448ad
parent9c0fce4c16fc8d4d119cc3a20f1e5ce870206706
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>
fs/xfs/xfs_qm.c