Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > tree_entry_len() does not simply take two random arguments and return > a tree length. The two pointers must point to a tree item structure, > or struct name_entry. Passing random pointers will return incorrect > value. > > Force callers to pass struct name_entry instead of two pointers (with > hope that they don't manually construct struct name_entry themselves) Makes quite a lot of sense. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html