[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJfpegv9k5tPwq66yRvA6EdFaxHUqGsxYCfxnAKg8HjwpTi_gw@mail.gmail.com>
Date: Thu, 15 May 2025 11:08:30 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, Miklos Szeredi <mszeredi@...hat.com>,
linux-fsdevel@...r.kernel.org, Chen Linxuan <chenlinxuan@...ontech.com>
Subject: Re: [PATCH] fuse: dev: avoid a build warning when PROC_FS is not set
On Wed, 14 May 2025 at 23:32, Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Fix a build warning when CONFIG_PROC_FS is not set by surrounding the
> function with #ifdef CONFIG_PROC_FS.
>
> fs/fuse/dev.c:2620:13: warning: 'fuse_dev_show_fdinfo' defined but not used [-Wunused-function]
> 2620 | static void fuse_dev_show_fdinfo(struct seq_file *seq, struct file *file)
>
> Fixes: 514d9210bf45 ("fs: fuse: add dev id to /dev/fuse fdinfo")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Folded, thanks.
Miklos
Powered by blists - more mailing lists