aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/osd_client.c')
-rw-r--r--fs/ceph/osd_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/osd_client.c b/fs/ceph/osd_client.c
index d600073f1d3f..d639c74e749f 100644
--- a/fs/ceph/osd_client.c
+++ b/fs/ceph/osd_client.c
@@ -1308,8 +1308,8 @@ static void put_osd_con(struct ceph_connection *con)
1308 * authentication 1308 * authentication
1309 */ 1309 */
1310static int get_authorizer(struct ceph_connection *con, 1310static int get_authorizer(struct ceph_connection *con,
1311 void **buf, int *len, int *proto, 1311 void **buf, int *len, int *proto,
1312 void **reply_buf, int *reply_len, int force_new) 1312 void **reply_buf, int *reply_len, int force_new)
1313{ 1313{
1314 struct ceph_osd *o = con->private; 1314 struct ceph_osd *o = con->private;
1315 struct ceph_osd_client *osdc = o->o_osdc; 1315 struct ceph_osd_client *osdc = o->o_osdc;