Re: [PATCH v13 09/12] livepatch: Remove Nop structures when unused

From: Josh Poimboeuf
Date: Wed Oct 17 2018 - 16:48:30 EST


On Mon, Oct 15, 2018 at 02:37:10PM +0200, Petr Mladek wrote:
> +void klp_discard_replaced_stuff(struct klp_patch *new_patch)
> +{
> + klp_discard_replaced_patches(new_patch);
> + klp_discard_nops(new_patch);
> +}
> +
> +/*

Stuff? Really? :-) How about klp_discard_replaced()?

--
Josh