On Wed, Sep 18, 2019 at 09:58:16PM +0200, Arnd Bergmann wrote: > This function has been made static, which now causes > a compile-time warning: > > WARNING: "fuse_put_request" [vmlinux] is a static EXPORT_SYMBOL_GPL > > Remove the unneeded export. > > Fixes: 66abc3599c3c ("fuse: unexport request ops") > Signed-off-by: Arnd Bergmann > --- > fs/fuse/dev.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Stefan Hajnoczi