On Thu, 8 Feb 2024 at 18:09, Amir Goldstein <amir73il@xxxxxxxxx> wrote: > --- a/fs/fuse/fuse_i.h > +++ b/fs/fuse/fuse_i.h > @@ -1034,8 +1034,6 @@ void fuse_read_args_fill(struct fuse_io_args *ia, struct file *file, loff_t pos, > /** > * Send OPEN or OPENDIR request > */ > -int fuse_open_common(struct inode *inode, struct file *file, bool isdir); > - Comment above declaration needs to be removed as well. Thanks, Miklos