aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.c
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-08-03 13:25:11 -0400
committerSage Weil <sage@newdream.net>2010-08-03 13:25:11 -0400
commit213c99ee0cf17ff0fbffb6fb540bd29615cd19d5 (patch)
tree168f72ba71feff5bf24707be622135b1016cdff5 /fs/ceph/osd_client.c
parent40819f6fb227c1832935b775ac22aef10aa6f6dd (diff)
ceph: whitespace cleanup
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/osd_client.c')
-rw-r--r--fs/ceph/osd_client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ceph/osd_client.c b/fs/ceph/osd_client.c
index 707d2dbd8776..bed6391e52c7 100644
--- a/fs/ceph/osd_client.c
+++ b/fs/ceph/osd_client.c
@@ -1473,8 +1473,8 @@ static void put_osd_con(struct ceph_connection *con)
1473 * authentication 1473 * authentication
1474 */ 1474 */
1475static int get_authorizer(struct ceph_connection *con, 1475static int get_authorizer(struct ceph_connection *con,
1476 void **buf, int *len, int *proto, 1476 void **buf, int *len, int *proto,
1477 void **reply_buf, int *reply_len, int force_new) 1477 void **reply_buf, int *reply_len, int force_new)
1478{ 1478{
1479 struct ceph_osd *o = con->private; 1479 struct ceph_osd *o = con->private;
1480 struct ceph_osd_client *osdc = o->o_osdc; 1480 struct ceph_osd_client *osdc = o->o_osdc;
@@ -1494,7 +1494,7 @@ static int get_authorizer(struct ceph_connection *con,
1494 &o->o_authorizer_reply_buf, 1494 &o->o_authorizer_reply_buf,
1495 &o->o_authorizer_reply_buf_len); 1495 &o->o_authorizer_reply_buf_len);
1496 if (ret) 1496 if (ret)
1497 return ret; 1497 return ret;
1498 } 1498 }
1499 1499
1500 *proto = ac->protocol; 1500 *proto = ac->protocol;