Whamcloud - gitweb
LU-2145 target: move target code to the separate directory
authorMikhail Pershin <tappro@whamcloud.com>
Sun, 14 Oct 2012 11:58:13 +0000 (15:58 +0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 18 Oct 2012 19:29:25 +0000 (15:29 -0400)
commit77e44127bb39f5d1dc1f4e61274e5df7bf707603
tree0b4b998e919f92bf1819f53de8b1954d4e2313e2
parenta4e6076ee269b54a381417fe9443ab8e9f6f80da
LU-2145 target: move target code to the separate directory

Create target/ directory for unified target code and move
there already existed code from ptlrpc/target.c

Signed-off-by: Mikhail Pershin <tappro@whamcloud.com>
Change-Id: Id808ed3eb390dd051cbca0a3ef2bf02e5f5d722f
Reviewed-on: http://review.whamcloud.com/4258
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
12 files changed:
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/include/lu_target.h
lustre/mdt/mdt_handler.c
lustre/ofd/ofd_dev.c
lustre/ptlrpc/Makefile.in
lustre/ptlrpc/ptlrpc_internal.h
lustre/ptlrpc/ptlrpc_module.c
lustre/target/Makefile.am [new file with mode: 0644]
lustre/target/tgt_internal.h [new file with mode: 0644]
lustre/target/tgt_lastrcvd.c [moved from lustre/ptlrpc/target.c with 74% similarity]
lustre/target/tgt_main.c [new file with mode: 0644]