Re: [PATCH v5 01/11] file: Export __receive_fd() to modules
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-15 09:10:39
Also in:
kvm, netdev, virtualization
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-15 09:10:39
Also in:
kvm, netdev, virtualization
On Mon, Mar 15, 2021 at 01:37:11PM +0800, Xie Yongji wrote:
Export __receive_fd() so that some modules can use it to pass file descriptor between processes.
I really don't think any non-core code should do that, especilly not modular mere driver code.