From: Samuel Just Date: Thu, 4 Dec 2014 17:29:31 +0000 (-0800) Subject: Merge pull request #2979 from ceph/wip-kill-category X-Git-Tag: v0.91~162 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6a8aeaefbd813ca5cdd6769b48bd178f472c570;p=ceph.git Merge pull request #2979 from ceph/wip-kill-category osd: kill 'category' from pg_stats_t Reviewed-by: Samuel Just --- a6a8aeaefbd813ca5cdd6769b48bd178f472c570 diff --cc src/include/rados/librados.h index 0c983ef18cf5,60faa94986a9..9c4a5732ff69 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@@ -2067,10 -1993,11 +2067,11 @@@ CEPH_RADOS_API void rados_write_op_rmxa * @param exclusive set to either LIBRADOS_CREATE_EXCLUSIVE or LIBRADOS_CREATE_IDEMPOTENT * will error if the object already exists. + * @param category category string (DEPRECATED, HAS NO EFFECT) */ -void rados_write_op_create(rados_write_op_t write_op, - int exclusive, - const char* category); +CEPH_RADOS_API void rados_write_op_create(rados_write_op_t write_op, + int exclusive, + const char* category); /** * Write to offset