Re: [PATCH 2/4] file: export __fd_install()

From: Christoph Hellwig
Date: Mon Jul 30 2018 - 12:32:36 EST


On Mon, Jul 30, 2018 at 04:37:08PM +0200, Christian Brauner wrote:
> The Android binder driver will be turned into a module. Since it
> uses __fd_install() we need to export this function.

Same as the previous one. No driver should be pooking this deep
into fd internals (not even non-modular ones for that matter).