commit | f780c8ea0e73c0d371ffbebff91bb7555697219f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 02 15:27:48 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 13 15:38:17 2017 +0000 |
tree | 34ef3739f06a9096dc8a65c663c274929641b0bf | |
parent | 3838d3ecdea496699a8c13c183d4df5dfe8e1a3e [diff] |
afs: Consolidate abort_to_error translators The AFS abort code space is shared across all services, so there's no need for separate abort_to_error translators for each service. Consolidate them into a single function and remove the function pointers for them. Signed-off-by: David Howells <dhowells@redhat.com>