Toke Høiland-Jørgensen <[email protected]> writes: > George Amanakis <[email protected]> writes: > >> It seems the change was introduced here: >> https://patchwork.kernel.org/patch/9671147/ >> >> I drafted the following very simplistic patch, could somebody take a >> look at it? > > LGTM. We may want to actually use the extack feature at some point, but > we're not really returning error messages from the configuration except > when parsing fails, so I guess it doesn't matter too much in this > instance...
Ah, wait, nla_parse_nested() takes an extack parameter now, so we should pass that through in cake_change() after this change. -Toke _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
