]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
todo
authorSage Weil <sage@newdream.net>
Thu, 1 Oct 2009 19:57:39 +0000 (12:57 -0700)
committerSage Weil <sage@newdream.net>
Thu, 1 Oct 2009 19:57:39 +0000 (12:57 -0700)
src/TODO
src/mds/Server.cc

index e5632fd840b30c6b4a1fbb9cf07219964f0a7328..f207b460e25ca7854ee696c67d21db3da2b68553 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -28,9 +28,9 @@ v0.16
 /- 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
index ec092cb27670d7ff50d62974ec8fac28ca839e45..68fc25d6d692aeffbb7eea52ab16fe83d384fb93 100644 (file)
@@ -2139,9 +2139,6 @@ void Server::handle_client_openc(MDRequest *mdr)
     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;