Re: [PATCH] debugfs: add definition of debugfs_real_fops() if CONFIG_DEBUG_FS unset

From: Jakub Kicinski
Date: Mon Nov 27 2017 - 15:33:26 EST


On Mon, 27 Nov 2017 10:51:34 -0800, Jakub Kicinski wrote:
> Recent commit moved the implementation of debugfs_real_fops()
> out of the header file. The declaration, however, is only
> provided if CONFIG_DEBUG_FS is set. Add an empty static inline
> definition for when CONFIG_DEBUG_FS is unset.
>
> Fixes: 7c8d469877b1 ("debugfs: add support for more elaborate ->d_fsdata")
> Signed-off-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> Reviewed-by: Quentin Monnet <quentin.monnet@xxxxxxxxxxxxx>

Argh, should've been a static inline.