afs: Fix length of dump of bad YFSFetchStatus record
authorDavid Howells <dhowells@redhat.com>
Wed, 1 Apr 2020 22:32:12 +0000 (23:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 2 May 2020 06:48:55 +0000 (08:48 +0200)
commitec6e5792d62d4c3131bfc998d2aee760a6724705
treec65687fbe62bffb930aa6f1fc2d6b72f31f5649e
parent16976275b92992a7f86d91d86d341eefc9bade15
afs: Fix length of dump of bad YFSFetchStatus record

[ Upstream commit 3efe55b09a92a59ed8214db801683cf13c9742c4 ]

Fix the length of the dump of a bad YFSFetchStatus record.  The function
was copied from the AFS version, but the YFS variant contains bigger fields
and extra information, so expand the dump to match.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/afs/yfsclient.c