It's no longer called anywhere. Hurray, we don't do our own
read-modify-write cycle any more (and can exploit the power of
btrees later)!
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
return 0;
}
-static int write_bucket_dir(cls_method_context_t hctx, struct rgw_bucket_dir& dir)
-{
- bufferlist bl;
-
- ::encode(dir, bl);
-
- int rc = cls_cxx_write_full(hctx, &bl);
- return rc;
-}
-
int rgw_bucket_list(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
{
bufferlist bl;