]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the unused parameter id from xfs_qm_dqattach_one
authorKaixu Xia <kaixuxia@tencent.com>
Tue, 22 Sep 2020 16:19:18 +0000 (09:19 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Sep 2020 18:34:07 +0000 (11:34 -0700)
commit2354f284de70e4e9aeedb16bfdc226f1c1746ccb
tree900fa70d0a54fc7a4a5ff21d6acaef3d73569b21
parent1577806a5d4e03b0fafe4f15787edbb53dce41df
xfs: remove the unused parameter id from xfs_qm_dqattach_one

Since we never use the second parameter id, so remove it from
xfs_qm_dqattach_one() function.

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