On Mon, Apr 4, 2022 at 11:47 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > On Mon, 4 Apr 2022 11:41:58 -0400 > Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> wrote: > > > > Agreed, so should I send a patch next to do memfd unless > > > not-compressed? Is there an easy way to do not-compressed? > > > > Sorry I meant "is there an easy way to detect, in this code path, that > > we are running in not compressed mode" ? I guess I could just check > > the argv but I haven't looked closely yet. > > From that function not yet. We could add a flag. > > I think we could just take this patch and then I could add a way to put > back the mktemp in compression = none mode. > > I rather have it broken up into multiple patches anyway. That sounds good to me, thanks. - Joel