linux-yocto/fs/fuse
Matt Johnston f706cb4e37 fuse: Return EPERM rather than ENOSYS from link()
[ Upstream commit 8344213571 ]

link() is documented to return EPERM when a filesystem doesn't support
the operation, return that instead.

Link: https://github.com/libfuse/libfuse/issues/925
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-04 14:40:02 +02:00
..
acl.c
control.c
cuse.c
dax.c fuse: fix dax truncate/punch_hole fault path 2025-04-10 14:33:36 +02:00
dev.c
dir.c fuse: Return EPERM rather than ENOSYS from link() 2025-06-04 14:40:02 +02:00
file.c fuse: fix dax truncate/punch_hole fault path 2025-04-10 14:33:36 +02:00
fuse_i.h
inode.c
ioctl.c
Kconfig
Makefile
readdir.c
virtio_fs.c virtiofs: add filesystem context source name check 2025-04-25 10:43:55 +02:00
xattr.c