Re: [PATCH] fuse: make dentry_tree_work static
Miklos Szeredi <[email protected]>
| Newsgroups | dev.linux.lists.fuse-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJfpegu3Rf9dz-z1Oyou1zYGQ9zPA9akR8zjsJg=0eKWjAhi3A@mail.gmail.com> |
On Tue, 23 Jun 2026 at 11:42, Ben Dooks <[email protected]> wrote: > > The dentry_tree_work is not exported, so make it static > to remove the followign sparse warning: > fs/fuse/dir.c:37:21: warning: symbol 'dentry_tree_work' was not declared. Should it be static? > > Signed-off-by: Ben Dooks <[email protected]> Applied, thanks. Miklos