diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2011-08-06 19:22:06 -0700 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-08-06 19:36:19 -0700 |
commit | cf283ade08c454e884394a4720f22421dd33a715 (patch) | |
tree | 749bf95c36083fe35bdf020d71ab667283b486c4 /fs/exofs/Kconfig | |
parent | 8ff660ab85f524bdc7652eb5d38aaef1d66aa9c7 (diff) | |
download | op-kernel-dev-cf283ade08c454e884394a4720f22421dd33a715.zip op-kernel-dev-cf283ade08c454e884394a4720f22421dd33a715.tar.gz |
ore: Make ore its own module
Export everything from ore need exporting. Change Kbuild and Kconfig
to build ore.ko as an independent module. Import ore from exofs
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/Kconfig')
-rw-r--r-- | fs/exofs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/exofs/Kconfig b/fs/exofs/Kconfig index 86194b2..70bae41 100644 --- a/fs/exofs/Kconfig +++ b/fs/exofs/Kconfig @@ -1,6 +1,10 @@ +config ORE + tristate + config EXOFS_FS tristate "exofs: OSD based file system support" depends on SCSI_OSD_ULD + select ORE help EXOFS is a file system that uses an OSD storage device, as its backing storage. |