On Mon, 7 Mar 2016 17:21:25 +0800 Zhen Lei <[email protected]> wrote:
> Do this to keep consistent with kfree, which tolerate ptr is NULL. > > Signed-off-by: Zhen Lei <[email protected]> This is inlined code so you are adding extra logic to every single instance of a call to the function. What is it's total effect on kernel size ? Alan

