Whamcloud - gitweb
LU-1303 osp: Basic OSP device implementation
authorMikhail Pershin <tappro@whamcloud.com>
Wed, 12 Sep 2012 14:50:53 +0000 (18:50 +0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 17 Sep 2012 17:08:05 +0000 (13:08 -0400)
commit044546f88a638b98c5d2016da6e85ea72dd1a391
tree072c3f6b4ea63bff3810179c73a4f227e674ed47
parent2dd9885b222dfd6c9ef4dd70149830b697a08808
LU-1303 osp: Basic OSP device implementation

Initial OSP code: osp_device, osp_object and structures

Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Change-Id: I21ea3d0cdfe07634278d8e7fee9a7c3fef79f81e
Reviewed-on: http://review.whamcloud.com/3958
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
13 files changed:
lustre/Makefile.in
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/include/lprocfs_status.h
lustre/include/lustre_param.h
lustre/include/obd.h
lustre/obdclass/lprocfs_status.c
lustre/osp/Makefile.in [new file with mode: 0644]
lustre/osp/autoMakefile.am [new file with mode: 0644]
lustre/osp/lproc_osp.c [new file with mode: 0644]
lustre/osp/osp_dev.c [new file with mode: 0644]
lustre/osp/osp_internal.h [new file with mode: 0644]
lustre/osp/osp_object.c [new file with mode: 0644]