diff options
author | Sage Weil <sage@newdream.net> | 2009-12-01 17:12:07 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-12-03 17:59:44 -0500 |
commit | 50b885b96c903e420a1eac54dd27626244704a06 (patch) | |
tree | 35038a32cbb963c784685e8b73d6ecd1a7cde3c9 /fs/ceph/osd_client.c | |
parent | 34b43a56b9b103a7a820032177131532d9dbdbe8 (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.c | 4 |
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 | */ |
1310 | static int get_authorizer(struct ceph_connection *con, | 1310 | static 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; |