linux/fs/vboxsf
NeilBrown b2f1e6301e
Remove excl arg to ->create inode_operation
The only time that 'false' is passed as the 'excl' arg to the ->create
inode_operation is in lookup_open() when ->atomic_open is not provided
by the parent directory.
*all* directory inode_operations which do not have ->atomic_open
completely ignore the 'excl' arg.

Therefore we don't need the 'excl' arg.  Those few ->create operations
which pay attention to the arg are only ever called with a value of
'true'.

We remove that arg and change all ->create operations to behave as those
thhe arg were 'true'.

Signed-off-by: NeilBrown <neil@brown.name>
Link: https://patch.msgid.link/178290671516.27465.15984496764174914338@noble.neil.brown.name
Reviewed-by: Jori Koolstra <jkoolstra@xs4all.nl>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-07-31 10:18:30 +02:00
..
dir.c Remove excl arg to ->create inode_operation 2026-07-31 10:18:30 +02:00
file.c vboxsf: Implement fileattr_get for case sensitivity 2026-05-11 16:50:29 +02:00
Kconfig vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64 2025-01-07 15:57:23 +01:00
Makefile
shfl_hostintf.h vboxsf: Use flexible arrays for trailing string member 2023-07-26 14:55:35 -07:00
super.c vboxsf: Implement fileattr_get for case sensitivity 2026-05-11 16:50:29 +02:00
utils.c vboxsf: Implement fileattr_get for case sensitivity 2026-05-11 16:50:29 +02:00
vboxsf_wrappers.c fs: vboxsf: fix a kernel-doc warning 2023-12-08 15:32:31 -07:00
vfsmod.h vboxsf: Implement fileattr_get for case sensitivity 2026-05-11 16:50:29 +02:00