]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Set error flag rather than return error from file status decode
authorDavid Howells <dhowells@redhat.com>
Wed, 8 Apr 2020 15:13:20 +0000 (16:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 31 May 2020 14:19:51 +0000 (15:19 +0100)
commit609be7aeead77c0e89bab2bf00d8a9bd997c66bd
treec27c84a0214ef1025788181c9e4a0164dc414a78
parent0a4944e76beacc7270490db2817da89867de1102
afs: Set error flag rather than return error from file status decode

Set a flag in the call struct to indicate an unmarshalling error rather
than return and handle an error from the decoding of file statuses.  This
flag is checked on a successful return from the delivery function.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/yfsclient.c