9p/fd: Use P9_HDRSZ for header size
authorGUO Zihua <guozihua@huawei.com>
Thu, 17 Nov 2022 09:11:59 +0000 (17:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Dec 2022 10:31:53 +0000 (11:31 +0100)
commit1331bcfcac181eaa4eaae82055c79791c02103e3
tree954f80b523b7bcfbea55fa18a2144aab335f001b
parent96b43f36a593cdc6b7984ba8d543b660c0b507a0
9p/fd: Use P9_HDRSZ for header size

[ Upstream commit 6854fadbeee10891ed74246bdc05031906b6c8cf ]

Cleanup hardcoded header sizes to use P9_HDRSZ instead of '7'

Link: https://lkml.kernel.org/r/20221117091159.31533-4-guozihua@huawei.com
Signed-off-by: GUO Zihua <guozihua@huawei.com>
Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>
[Dominique: commit message adjusted to make sense after offset size
adjustment got removed]
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/9p/trans_fd.c