'How do I get rid of fsp error on samba share?

While I'm editing, moving, renaming files on my samba share, the deamon continue to spam the journal with this kind of errors. What's wrong?

smbd[2496813]: [2022/05/09 17:04:34.855036,  0] ../../source3/smbd/fd_handle.c:118(fsp_get_io_fd)
smbd[2496813]:   fsp_get_io_fd: fsp [<path/to/file>] is a path referencing fsp


Solution 1:[1]

I do have exactly the same issue with Samba 4.16.1 on arch linux. What I found by googling is something that might be related in terms of handling fsp_get_io_fd: https://bugzilla.samba.org/show_bug.cgi?id=14685

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nox997