Re: [PATCH 1/2] fs: Add fd_install file operation

From: Christoph Hellwig
Date: Mon Aug 03 2020 - 12:34:48 EST


On Mon, Aug 03, 2020 at 02:47:18PM +0000, Kalesh Singh wrote:
> Provides a per process hook for the acquisition of file descriptors,
> despite the method used to obtain the descriptor.
>
> Signed-off-by: Kalesh Singh <kaleshsingh@xxxxxxxxxx>

I strongly disagree with this. The file operation has no business
hooking into installing the fd.