Re: fs/9p: Improve exception handling in v9fs_session_init()

From: Markus Elfring
Date: Mon Jan 08 2024 - 07:16:03 EST


>> The kfree() function was called in up to two cases by
>> the v9fs_session_init() function during error handling
>> even if the passed variable contained a null pointer.
>
> I don't see the problem in calling kfree on null things (especially on
> error path).

Will you become willing to reduce the number of redundant function calls
for improved exception handling?

Regards,
Markus