opnsense-src/sys/fs/fuse
CismonX f0f596bd95 fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags
The FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPENDIR_SUPPORT flags
are only meant to indicate kernel features, and should be ignored
if they appear in the FUSE_INIT reply flags.

Also fix the corresponding test cases.

MFC after:	2 weeks
Reviewed by:	Alan Somers <asomers@FreeBSD.org>
Signed-off-by:	CismonX <admin@cismon.net>
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1509
2024-12-19 17:09:49 -07:00
..
fuse.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
fuse_device.c fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpoint 2024-12-13 07:08:30 -07:00
fuse_file.c fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00
fuse_file.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
fuse_internal.c fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00
fuse_internal.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
fuse_io.c Add vnode_pager_clean_{a,}sync(9) 2024-01-11 18:44:53 +02:00
fuse_io.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
fuse_ipc.c fuse: Fix typo (triple S) 2023-12-27 20:24:32 -07:00
fuse_ipc.h fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00
fuse_kernel.h fusefs: Upgrade FUSE protocol to version 7.32. 2024-12-11 18:30:33 -07:00
fuse_main.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fuse_node.c Stop treating size 0 as unknown size in vnode_create_vobject(). 2024-05-23 06:08:14 +00:00
fuse_node.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
fuse_vfsops.c Stop treating size 0 as unknown size in vnode_create_vobject(). 2024-05-23 06:08:14 +00:00
fuse_vnops.c fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2024-12-19 17:09:49 -07:00