]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc728c3769f7d1fd4e7704e40d690a2bb1dcf46bd
tree1ff089168882dda80632c4ed24f51e332fa1f56d
parent04f3178e2c5ead0c513f919c911d10ca9103064b
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