diff options
author | Christoph Hellwig | 2019-01-29 09:32:30 +0100 |
---|---|---|
committer | Martin K. Petersen | 2019-02-05 21:28:13 -0500 |
commit | 80f2121380caa14895638b24b81800158c0844f2 (patch) | |
tree | fb042eef94e895eb93deb9a64de783e12272115c /fs/exofs/Kconfig.ore | |
parent | 972248e9111ee6fe9fb56c24ecfd7434f3d713ac (diff) |
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.ore | 14 |
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 |