/- document data structures
/- audit all inline in kclient
- document on-wire protocol
-- ceph_buffer and vmalloc?
-- ceph_i_test
-- bit ops in messenger
+/- ceph_buffer and vmalloc?
+/- ceph_i_test
+/- bit ops in messenger
/- name args in ceph_osd_op union
bugs
in->inode.layout.fl_stripe_count = req->head.args.open.stripe_count;
if (req->head.args.open.object_size)
in->inode.layout.fl_object_size = req->head.args.open.object_size;
- /*if(req->head.args->open.file_replication)
- in->inode.layout.fl_pg_pool.set_size(req->head.args.open.file_replication);
- */
in->inode.layout.fl_pg_preferred = req->head.args.open.preferred;
dn->first = in->first = follows+1;