Bert Wesarg wrote: > On Thu, Aug 5, 2010 at 13:17, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >> +static inline int ll_opt_favor(int flag) >> +{ >> + return (flag & LL_OPT_FAVOR_MASK) >> LL_OPT_FAVOR_SHIFT; >> +} >> + >> +static inline int create_ll_flag(int favor) >> +{ >> + return ((favor << LL_OPT_FAVOR_SHIFT) & LL_OPT_FAVOR_MASK); >> +} >> + [...] > Or flavor_to_ll_flag() > and ll_flag_to_flavor(). Sounds reasonable. (Well, except this is “favor” as in “favor our side” or “favor their side” rather than “flavor of the month”.) Patch? -- 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