[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJfpegs1Kta-HcikDGFt4=fa_LDttCeRmffKhUjWLr=DxzXg-A@mail.gmail.com>
Date: Mon, 18 Jul 2022 11:14:02 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Christian Kohlschütter
<christian@...lschutter.com>
Cc: overlayfs <linux-unionfs@...r.kernel.org>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH] ovl: Handle ENOSYS when fileattr support is missing in
lower/upper fs
On Mon, 4 Jul 2022 at 20:36, Christian Kohlschütter
<christian@...lschutter.com> wrote:
>
> overlayfs may fail to complete updates when a filesystem lacks
> fileattr/xattr syscall support and responds with an ENOSYS error code,
> resulting in an unexpected "Function not implemented" error.
Issue seems to be with fuse: nothing should be returning ENOSYS to
userspace except the syscall lookup code itself. ENOSYS means that
the syscall does not exist.
Fuse uses ENOSYS in the protocol to indicate that the filesystem does
not support that operation, but that's not the value that the
filesystem should be returning to userspace.
The getxattr/setxattr implementations already translate ENOSYS to
EOPNOTSUPP, but ioctl doesn't.
The attached patch (untested) should do this. Can you please give it a try?
Thanks,
Miklos
View attachment "fuse-ioctl-translate-enosys.patch" of type "text/x-patch" (1163 bytes)
Powered by blists - more mailing lists