summaryrefslogtreecommitdiff
path: root/fs/exofs/Kconfig.ore
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-01-29 11:32:30 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2019-02-06 05:28:13 +0300
commit80f2121380caa14895638b24b81800158c0844f2 (patch)
treefb042eef94e895eb93deb9a64de783e12272115c /fs/exofs/Kconfig.ore
parent972248e9111ee6fe9fb56c24ecfd7434f3d713ac (diff)
downloadlinux-80f2121380caa14895638b24b81800158c0844f2.tar.xz
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/exofs/Kconfig.ore')
-rw-r--r--fs/exofs/Kconfig.ore14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/exofs/Kconfig.ore b/fs/exofs/Kconfig.ore
deleted file mode 100644
index 2daf2329c28d..000000000000
--- a/fs/exofs/Kconfig.ore
+++ /dev/null
@@ -1,14 +0,0 @@
-# ORE - Objects Raid Engine (libore.ko)
-#
-# Note ORE needs to "select ASYNC_XOR". So Not to force multiple selects
-# for every ORE user we do it like this. Any user should add itself here
-# at the "depends on EXOFS_FS || ..." with an ||. The dependencies are
-# selected here, and we default to "ON". So in effect it is like been
-# selected by any of the users.
-config ORE
- tristate
- depends on EXOFS_FS || PNFS_OBJLAYOUT
- select ASYNC_XOR
- select RAID6_PQ
- select ASYNC_PQ
- default SCSI_OSD_ULD