]> 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)
commit5715cc344f85745d95994ec6d82905f843893d48
tree12a52730eaab3b197b96ec3c0c8a4a10aed448ad
parent76f60b7f8dbc264f3632be6f8d9dfb574f5017c5
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