Whamcloud - gitweb
LU-1187 mdt: add out handler for object update
authorwangdi <di.wang@whamcloud.com>
Sat, 16 Nov 2013 18:53:15 +0000 (10:53 -0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 31 Jan 2013 21:35:12 +0000 (16:35 -0500)
commita7241f1692be2f725a4b2607801e6829c842891c
tree0178bf046fb84f8cd858c8fb7e2c05df211987ce
parent303ea892488b985ba84e6c8e1481f6c7c914c7ed
LU-1187 mdt: add out handler for object update

Add object update handler on remote MDT. Because the RPC
only includes object updates, (no metadata operation), the
out_handler will skip MDD layer and call osd layer directly.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I9d553145cedfffcbb26d839ed8c7d9cc0887ed86
Reviewed-on: http://review.whamcloud.com/4928
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/md_object.h
lustre/include/obd_support.h
lustre/mdd/mdd_internal.h
lustre/mdt/Makefile.in
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_mds.c
lustre/mdt/out_handler.c [new file with mode: 0644]