Whamcloud - gitweb
LU-1406 ofd: OFD module framework
authorMikhail Pershin <tappro@whamcloud.com>
Tue, 15 May 2012 15:45:54 +0000 (19:45 +0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 29 May 2012 16:12:02 +0000 (12:12 -0400)
commit5065210e4d04fb5f67626e7f3c10e208556cdf8b
tree506117dfddaa9e88a6049743b4ca9a9c8f083348
parent2405f4fc882a65d789f1468681806da3ac050914
LU-1406 ofd: OFD module framework

The very basic functionality, obd_device plus lu_device,
no methods so far. Can be built and run but do nothing.

For ability to use OFD the test-framework check shell variable
USE_OFD and loads ofd.ko instead of obdfilter

Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Change-Id: I2797f375aec63204eca9d435cf837636e84e09bd
Reviewed-on: http://review.whamcloud.com/2792
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/Makefile.in
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/ofd/Makefile.in [new file with mode: 0644]
lustre/ofd/autoMakefile.am [new file with mode: 0644]
lustre/ofd/lproc_ofd.c [new file with mode: 0644]
lustre/ofd/ofd_dev.c [new file with mode: 0644]
lustre/ofd/ofd_internal.h [new file with mode: 0644]
lustre/ofd/ofd_obd.c [new file with mode: 0644]
lustre/tests/test-framework.sh