diff options
author | Christoph Hellwig <hch@lst.de> | 2019-01-29 09:32:30 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-02-05 21:28:13 -0500 |
commit | 80f2121380caa14895638b24b81800158c0844f2 (patch) | |
tree | fb042eef94e895eb93deb9a64de783e12272115c /fs/Kconfig | |
parent | 972248e9111ee6fe9fb56c24ecfd7434f3d713ac (diff) | |
download | linux-80f2121380caa14895638b24b81800158c0844f2.tar.bz2 |
scsi: fs: remove exofs
This was an example for using the SCSI OSD protocol, which we're trying
to remove.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ac474a61be37..2557506051a3 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -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 |