From: Alex Elder Date: Wed, 16 May 2012 20:16:39 +0000 (-0500) Subject: ceph: rename prepare_connect_authorizer() X-Git-Tag: v3.5-rc1~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac1e716c60161867a47745bca592987ca3a9cb2;p=pandora-kernel.git ceph: rename prepare_connect_authorizer() Change the name of prepare_connect_authorizer(). The next patch is going to make this function no longer add anything to the connection's out_kvec, so it will no longer fit the pattern of the rest of the prepare_connect_*() functions. In addition, pass the address of a variable that will hold the authorization protocol to use. Move the assignment of that to the connection's out_connect structure into prepare_write_connect(). Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed