Re: [PATCH] eventfs: Fix failure path in eventfs_create_events_dir()

2023-10-23 Thread Mukesh Ojha
On 10/20/2023 6:11 AM, Steven Rostedt wrote: From: "Steven Rostedt (Google)" The failure path of allocating ei goes to a path that dereferences ei. Add another label that skips over the ei dereferences to do the rest of the clean up. Link: https://lore.kernel.org/all/70e7bace-561c-95f-1117-

[PATCH] eventfs: Fix failure path in eventfs_create_events_dir()

2023-10-19 Thread Steven Rostedt
From: "Steven Rostedt (Google)" The failure path of allocating ei goes to a path that dereferences ei. Add another label that skips over the ei dereferences to do the rest of the clean up. Link: https://lore.kernel.org/all/70e7bace-561c-95f-1117-706c2c22...@inria.fr/ Fixes: 5790b1fb3d67 ("event