WSL2-Linux-Kernel/fs/vboxsf
Al Viro e98f93e7ca vboxsf: don't allow to change the inode type
vboxsf_init_inode() is used both for initial setup of inode and for metadata
updates.  Tell it whether we are updating a live inode or setting up a new
instance and have it refuse to change type in the former case.

[fixed the braino caught by Hans de Goede <hdegoede@redhat.com>]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2021-03-12 22:15:00 -05:00
..
Kconfig fs: Add VirtualBox guest shared folder (vboxsf) support 2020-02-08 17:34:58 -05:00
Makefile fs: Add VirtualBox guest shared folder (vboxsf) support 2020-02-08 17:34:58 -05:00
dir.c vboxsf: don't allow to change the inode type 2021-03-12 22:15:00 -05:00
file.c fs: Add VirtualBox guest shared folder (vboxsf) support 2020-02-08 17:34:58 -05:00
shfl_hostintf.h fs: Add VirtualBox guest shared folder (vboxsf) support 2020-02-08 17:34:58 -05:00
super.c vboxsf: don't allow to change the inode type 2021-03-12 22:15:00 -05:00
utils.c vboxsf: don't allow to change the inode type 2021-03-12 22:15:00 -05:00
vboxsf_wrappers.c fs: Add VirtualBox guest shared folder (vboxsf) support 2020-02-08 17:34:58 -05:00
vfsmod.h vboxsf: don't allow to change the inode type 2021-03-12 22:15:00 -05:00