On Sat, Apr 5, 2014 at 5:40 AM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> wrote: > +#define net_get_random_once LINUX_BACKPORT(net_get_random_once) > +#define net_get_random_once(buf, nbytes) \ I had to remove the first define as its a double define, that means unless we use a static inline we'll have a clash with folks who decide to backport this on their own as well. I'd rather wait until we hit a clash to see who backported this, the static keys and if differently from our solution ;) Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html