Whamcloud - gitweb
LU-3467 target: move OUT to the unified target code 63/6763/10
authorMikhail Pershin <mike.pershin@intel.com>
Thu, 13 Jun 2013 18:22:10 +0000 (22:22 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 1 Aug 2013 01:02:01 +0000 (01:02 +0000)
commit4f5830f769f9cc9bacfcdfee9de5962324fb5c81
tree58fb3362e8255f2e97a11fa03473b4ce12d6e82d
parentbdf591ff17e8d36e68c4eb49a2421cb0e79446c0
LU-3467 target: move OUT to the unified target code

- Move OUT handler to the unified target code, so it can be
  used by both MDS and OST.
- Make OFD able to handle OUT requests.
- Rename MDS_MDS_PORTAL to the OUT_PORTAL and MDS_OUT_... defines
  just OUT_... since they are independent from MDS now.

Signed-off-by: Mikhail Pershin <mike.pershin@intel.com>
Change-Id: I3d595f18245f1db2619b7d15f94e4b61e882f114
Reviewed-on: http://review.whamcloud.com/6763
Tested-by: Hudson
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
22 files changed:
lustre/include/lu_target.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_net.h
lustre/include/obd_target.h
lustre/ldlm/ldlm_lib.c
lustre/lod/lod_lov.c
lustre/mdc/mdc_request.c
lustre/mdt/Makefile.in
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_mds.c
lustre/mdt/mdt_recovery.c
lustre/mgs/mgs_handler.c
lustre/obdecho/echo_client.c
lustre/ofd/ofd_dev.c
lustre/ost/ost_handler.c
lustre/ptlrpc/Makefile.in
lustre/target/Makefile.am
lustre/target/out_handler.c [moved from lustre/mdt/out_handler.c with 66% similarity]
lustre/target/tgt_handler.c
lustre/target/tgt_internal.h
lustre/target/tgt_lastrcvd.c