]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Consolidate abort_to_error translators
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Nov 2017 15:27:48 +0000 (15:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Nov 2017 15:38:17 +0000 (15:38 +0000)
commit09587cc89d317e9a8a4f866edd61f7d1673de01d
tree34ef3739f06a9096dc8a65c663c274929641b0bf
parent57ee5ab91cb20e9d6466aa66789e282c4c8cbe9b
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>
fs/afs/cmservice.c
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/misc.c
fs/afs/rxrpc.c
fs/afs/vlclient.c