From: Alex Elder Date: Wed, 16 May 2012 20:16:39 +0000 (-0500) Subject: ceph: messenger: reduce args to create_authorizer X-Git-Tag: v3.5-rc1~36^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f1869f76d043bad12ec03b4d5f04a8c3d1f157;p=pandora-kernel.git ceph: messenger: reduce args to create_authorizer Make use of the new ceph_auth_handshake structure in order to reduce the number of arguments passed to the create_authorizor method in ceph_auth_client_ops. Use a local variable of that type as a shorthand in the get_authorizer method definitions. Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed