Skip to content

Commit

Permalink
staging: exfat: remove staging version of exfat filesystem
Browse files Browse the repository at this point in the history
Now that there is a "real" solution for exfat in the vfs tree queued up
to be merged in 5.7-rc1 the "old" exfat code in staging can be removed.

Many thanks to Valdis for doing the work to get this into the tree in
the first place, it was greatly appreciated.

Acked-by: Valdis Kletnieks <[email protected]>
Cc: Pali Rohár <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Namjae Jeon <[email protected]>
Cc: Sungjong Seo <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Git-commit: 590a95e
Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
[[email protected]: resolve trivial merge conflicts]
Change-Id: I24f4da72efcbde084f917a2be75dcc5e5c1f711c
Signed-off-by: lixiang <[email protected]>
  • Loading branch information
gregkh authored and lixiang committed Nov 10, 2020
1 parent 8c86f95 commit 0c9170f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 10,806 deletions.
5 changes: 0 additions & 5 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6158,11 +6158,6 @@ F: include/trace/events/mdio.h
F: include/uapi/linux/mdio.h
F: include/uapi/linux/mii.h

EXFAT FILE SYSTEM
M: Valdis Kletnieks <[email protected]>
S: Maintained
F: drivers/staging/exfat/

EXT2 FILE SYSTEM
M: Jan Kara <[email protected]>
L: [email protected]
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ source "drivers/staging/isdn/Kconfig"
source "drivers/staging/wusbcore/Kconfig"
source "drivers/staging/uwb/Kconfig"

source "drivers/staging/exfat/Kconfig"

source "drivers/staging/qlge/Kconfig"

endif # STAGING
1 change: 0 additions & 1 deletion drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ obj-$(CONFIG_KPC2000) += kpc2000/
obj-$(CONFIG_ISDN_CAPI) += isdn/
obj-$(CONFIG_UWB) += uwb/
obj-$(CONFIG_USB_WUSB) += wusbcore/
obj-$(CONFIG_EXFAT_FS) += exfat/
obj-$(CONFIG_QLGE) += qlge/
50 changes: 0 additions & 50 deletions drivers/staging/exfat/Kconfig

This file was deleted.

10 changes: 0 additions & 10 deletions drivers/staging/exfat/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions drivers/staging/exfat/TODO

This file was deleted.

Loading

0 comments on commit 0c9170f

Please sign in to comment.