Skip to content

Commit

Permalink
scsi: fs: remove exofs
Browse files Browse the repository at this point in the history
This was an example for using the SCSI OSD protocol, which we're trying
to remove.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jens Axboe <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
  • Loading branch information
Christoph Hellwig authored and martinkpetersen committed Feb 6, 2019
1 parent 972248e commit 80f2121
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 6,600 deletions.
185 changes: 0 additions & 185 deletions Documentation/filesystems/exofs.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Documentation/scsi/osd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ osd-uld:
platform, both for the in-kernel initiator as well as connected targets. It
currently has no useful user-mode API, though it could have if need be.

exofs:
Is an OSD based Linux file system. It uses the osd-initiator and osd-uld,
to export a usable file system for users.
See Documentation/filesystems/exofs.txt for more details

osd target:
There are no current plans for an OSD target implementation in kernel. For all
needs, a user-mode target that is based on the scsi tgt target framework is
Expand Down
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -11390,7 +11390,6 @@ M: Boaz Harrosh <[email protected]>
S: Maintained
F: drivers/scsi/osd/
F: include/scsi/osd_*
F: fs/exofs/

OV2659 OMNIVISION SENSOR DRIVER
M: "Lad, Prabhakar" <[email protected]>
Expand Down
3 changes: 0 additions & 3 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,9 @@ source "fs/romfs/Kconfig"
source "fs/pstore/Kconfig"
source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"

endif # MISC_FILESYSTEMS

source "fs/exofs/Kconfig.ore"

menuconfig NETWORK_FILESYSTEMS
bool "Network File Systems"
default y
Expand Down
1 change: 0 additions & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
obj-$(CONFIG_F2FS_FS) += f2fs/
obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/
obj-$(CONFIG_EFIVAR_FS) += efivarfs/
3 changes: 0 additions & 3 deletions fs/exofs/BUGS

This file was deleted.

20 changes: 0 additions & 20 deletions fs/exofs/Kbuild

This file was deleted.

13 changes: 0 additions & 13 deletions fs/exofs/Kconfig

This file was deleted.

14 changes: 0 additions & 14 deletions fs/exofs/Kconfig.ore

This file was deleted.

Loading

0 comments on commit 80f2121

Please sign in to comment.