Skip to content

Commit 0e3f1ad

Browse files
committed
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 <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Hans de Goede <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 8c5bd25 commit 0e3f1ad

File tree

13 files changed

+0
-3280
lines changed

13 files changed

+0
-3280
lines changed

MAINTAINERS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17338,12 +17338,6 @@ F: include/linux/vbox_utils.h
1733817338
F: include/uapi/linux/vbox*.h
1733917339
F: drivers/virt/vboxguest/
1734017340

17341-
VIRTUAL BOX SHARED FOLDER VFS DRIVER:
17342-
M: Hans de Goede <[email protected]>
17343-
17344-
S: Maintained
17345-
F: drivers/staging/vboxsf/*
17346-
1734717341
VIRTUAL SERIO DEVICE DRIVER
1734817342
M: Stephen Chandler Paul <[email protected]>
1734917343
S: Maintained

drivers/staging/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,4 @@ source "drivers/staging/exfat/Kconfig"
125125

126126
source "drivers/staging/qlge/Kconfig"
127127

128-
source "drivers/staging/vboxsf/Kconfig"
129-
130128
endif # STAGING

drivers/staging/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ obj-$(CONFIG_UWB) += uwb/
5353
obj-$(CONFIG_USB_WUSB) += wusbcore/
5454
obj-$(CONFIG_EXFAT_FS) += exfat/
5555
obj-$(CONFIG_QLGE) += qlge/
56-
obj-$(CONFIG_VBOXSF_FS) += vboxsf/

drivers/staging/vboxsf/Kconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

drivers/staging/vboxsf/Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

drivers/staging/vboxsf/TODO

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)