Re: [PATCH v3] pipe: Fix memory leaks in create_pipe_files()

From: Al Viro
Date: Thu Oct 01 2020 - 09:43:24 EST


On Thu, Oct 01, 2020 at 09:37:02AM -0400, Qian Cai wrote:

> > Fixed by providing a dummy wath_queue_init() in !CONFIG_WATCH_QUEUE
watch_queue_init(), that is
> > case and by having failures of wath_queue_init() handled the same way
ditto
> > we handle alloc_file_pseudo() ones.
> >
> > Fixes: c73be61cede5 ("pipe: Add general notification queue support")
> > Signed-off-by: Qian Cai <cai@xxxxxxxxxx>
> > =======================
>
> Thanks Al. This looks very good to me.

Applied with that commit message (and typos above corrected) to #fixes
and pushed