Re: [PATCH v6 09/11] fs/pipe.c: export create_pipe_files() and replace_fd()

From: Jarkko Sakkinen
Date: Fri Dec 08 2017 - 08:06:00 EST


On Thu, Dec 07, 2017 at 07:37:38PM +0200, Jarkko Sakkinen wrote:
> I think I could replace pipes with anonymous inodes. Is that a better
> idea than pipes? I can work on that v8 if the export is a show stopper
> as it seems. We are using that to do some other stuff in tpm_vtpm_proxy.

I'll go with the anon inode solution. It should be fairly easy
to implement.

/Jarkko