summaryrefslogtreecommitdiff
path: root/drivers/staging/vboxsf/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-11-12 15:22:24 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-11-12 15:22:24 -0800
commit0e3f1ad80fc8cb0c517fd9a9afb22752b741fa76 (patch)
treec4f816ab3fe94b8869392dcc6deee2a9c0474cf7 /drivers/staging/vboxsf/Kconfig
parent8c5bd25bf42effd194d4b0b43895c42b374e620b (diff)
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>
Diffstat (limited to 'drivers/staging/vboxsf/Kconfig')
-rw-r--r--drivers/staging/vboxsf/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vboxsf/Kconfig b/drivers/staging/vboxsf/Kconfig
deleted file mode 100644
index b84586ae08b3..000000000000
--- a/drivers/staging/vboxsf/Kconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-config VBOXSF_FS
- tristate "VirtualBox guest shared folder (vboxsf) support"
- depends on X86 && VBOXGUEST
- select NLS
- help
- VirtualBox hosts can share folders with guests, this driver
- implements the Linux-guest side of this allowing folders exported
- by the host to be mounted under Linux.
-
- If you want to use shared folders in VirtualBox guests, answer Y or M.