]> git.baikalelectronics.ru Git - 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)
commited0da167c52c6beba57d297b1653e5054a69b3dc
tree12a52730eaab3b197b96ec3c0c8a4a10aed448ad
parente9df178ba403a5d888068d5275f31def96f9742b
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