Remove VirtualBox guest shared folders filesystem
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Nov 2019 23:22:24 +0000 (15:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Nov 2019 23:22:24 +0000 (15:22 -0800)
commit0e3f1ad80fc8cb0c517fd9a9afb22752b741fa76
treec4f816ab3fe94b8869392dcc6deee2a9c0474cf7
parent8c5bd25bf42effd194d4b0b43895c42b374e620b
Remove VirtualBox guest shared folders filesystem

This went into staging in rc7.  It turns out that was a mistake, and
apparently it wasn't even supposed to go there at all, but be introduced
as a regular filesystem.

We don't try to sneak in whole new filesystems this late in the rc, just
delete the whole thing, and it can be re-introduced as a proper patch
with proper acks from actual filesystem people instead of some odd
late-rc staging back-door.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 files changed:
MAINTAINERS
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/vboxsf/Kconfig [deleted file]
drivers/staging/vboxsf/Makefile [deleted file]
drivers/staging/vboxsf/TODO [deleted file]
drivers/staging/vboxsf/dir.c [deleted file]
drivers/staging/vboxsf/file.c [deleted file]
drivers/staging/vboxsf/shfl_hostintf.h [deleted file]
drivers/staging/vboxsf/super.c [deleted file]
drivers/staging/vboxsf/utils.c [deleted file]
drivers/staging/vboxsf/vboxsf_wrappers.c [deleted file]
drivers/staging/vboxsf/vfsmod.h [deleted file]