aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/osd_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r--fs/ceph/osd_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h
index 766c8dc80aff..3d4ae6595aaa 100644
--- a/fs/ceph/osd_client.h
+++ b/fs/ceph/osd_client.h
@@ -13,6 +13,7 @@ struct ceph_msg;
13struct ceph_snap_context; 13struct ceph_snap_context;
14struct ceph_osd_request; 14struct ceph_osd_request;
15struct ceph_osd_client; 15struct ceph_osd_client;
16struct ceph_authorizer;
16 17
17/* 18/*
18 * completion callback for async writepages 19 * completion callback for async writepages
@@ -29,6 +30,9 @@ struct ceph_osd {
29 struct rb_node o_node; 30 struct rb_node o_node;
30 struct ceph_connection o_con; 31 struct ceph_connection o_con;
31 struct list_head o_requests; 32 struct list_head o_requests;
33 struct ceph_authorizer *o_authorizer;
34 void *o_authorizer_buf, *o_authorizer_reply_buf;
35 size_t o_authorizer_buf_len, o_authorizer_reply_buf_len;
32}; 36};
33 37
34/* an in-flight request */ 38/* an in-flight request */