From: Sage Weil Date: Mon, 4 Nov 2013 11:24:49 +0000 (-0800) Subject: osd/osd_types: pg_pool_t: fix /// -> ///< comments X-Git-Tag: v0.74~16^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d51a219a10afe35832297fed72cbe59f2c4baef4;p=ceph.git osd/osd_types: pg_pool_t: fix /// -> ///< comments Signed-off-by: Sage Weil --- diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 6e3111d1c436..2c9d5fc5b449 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -759,25 +759,25 @@ struct pg_pool_t { return get_cache_mode_name(cache_mode); } - uint64_t flags; /// FLAG_* - __u8 type; /// TYPE_* - __u8 size, min_size; /// number of osds in each pg - __u8 crush_ruleset; /// crush placement rule set - __u8 object_hash; /// hash mapping object name to ps + uint64_t flags; ///< FLAG_* + __u8 type; ///< TYPE_* + __u8 size, min_size; ///< number of osds in each pg + __u8 crush_ruleset; ///< crush placement rule set + __u8 object_hash; ///< hash mapping object name to ps private: - __u32 pg_num, pgp_num; /// number of pgs + __u32 pg_num, pgp_num; ///< number of pgs public: - map properties; /// interpreted according to the pool type - epoch_t last_change; /// most recent epoch changed, exclusing snapshot changes - snapid_t snap_seq; /// seq for per-pool snapshot - epoch_t snap_epoch; /// osdmap epoch of last snap - uint64_t auid; /// who owns the pg - __u32 crash_replay_interval; /// seconds to allow clients to replay ACKed but unCOMMITted requests - - uint64_t quota_max_bytes; /// maximum number of bytes for this pool - uint64_t quota_max_objects; /// maximum number of objects for this pool + map properties; ///< interpreted according to the pool type + epoch_t last_change; ///< most recent epoch changed, exclusing snapshot changes + snapid_t snap_seq; ///< seq for per-pool snapshot + epoch_t snap_epoch; ///< osdmap epoch of last snap + uint64_t auid; ///< who owns the pg + __u32 crash_replay_interval; ///< seconds to allow clients to replay ACKed but unCOMMITted requests + + uint64_t quota_max_bytes; ///< maximum number of bytes for this pool + uint64_t quota_max_objects; ///< maximum number of objects for this pool /* * Pool snaps (global to this pool). These define a SnapContext for