Skip to content
Commit 33cd7f2b authored by David Howells's avatar David Howells
Browse files

afs: Potentially return call->reply[0] from afs_make_call()



If call->ret_reply0 is set, return call->reply[0] on success.  Change the
return type of afs_make_call() to long so that this can be passed back
without bit loss and then cast to a pointer if required.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 97e3043a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment