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)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Apr 2020 14:09:01 +0000 (15:09 +0100)
commit3efe55b09a92a59ed8214db801683cf13c9742c4
tree1ff089168882dda80632c4ed24f51e332fa1f56d
parentb98f0ec91c42d87a70da42726b852ac8d78a3257
afs: Fix length of dump of bad YFSFetchStatus record

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>
fs/afs/yfsclient.c