On Wed, Aug 24, 2016 at 8:49 PM, Alex Elder <elder@xxxxxxxx> wrote: > On 08/24/2016 08:18 AM, Ilya Dryomov wrote: >> Clear up EntityName vs entity_name_t confusion. > > If I understand what your code does, you're using > "auth_entity_name" to represent whatever "EntityName" > is. (At this point I'm just looking at the code; I > haven't gone to look at what an entity_name_t or > EntitnyName are...) Correct. Those are two different types: EntityName is integer type (osd, mds, etc) + string id ("0", "a", etc), while entity_name_t is integer type + integer id. One of Doug's patches indicated that he was confused about the two and it took me a moment to disambiguate so I went ahead and renamed the function. Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html