Whamcloud - gitweb
LU-6943 clio: get rid of cl_req 33/15833/6
authorJinshan Xiong <jinshan.xiong@intel.com>
Mon, 3 Aug 2015 17:01:35 +0000 (10:01 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 16 Sep 2015 01:12:28 +0000 (01:12 +0000)
commit576f1994ae796a21fd4e4646102cdee64fdf5f83
treef2dc75d713e9a8d990f1088401bdaf50418ef235
parent2963f3d09eb3a0817f87386c0bd7be7ce086809d
LU-6943 clio: get rid of cl_req

Implement cl_req_attr_set with a cl_object operation.
Get rid of cl_req and related function and data structures.

Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
Change-Id: I7ea4af3eed65c312835e19f12dd01c7c87445352
Reviewed-on: http://review.whamcloud.com/15833
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
22 files changed:
lustre/doc/clio.txt
lustre/include/cl_object.h
lustre/llite/Makefile.in
lustre/llite/llite_internal.h
lustre/llite/lproc_llite.c
lustre/llite/vvp_dev.c
lustre/llite/vvp_internal.h
lustre/llite/vvp_object.c
lustre/llite/vvp_req.c [deleted file]
lustre/lov/lov_cl_internal.h
lustre/lov/lov_dev.c
lustre/lov/lovsub_dev.c
lustre/lov/lovsub_object.c
lustre/obdclass/cl_io.c
lustre/obdclass/cl_page.c
lustre/obdecho/echo_client.c
lustre/osc/osc_cache.c
lustre/osc/osc_cl_internal.h
lustre/osc/osc_dev.c
lustre/osc/osc_io.c
lustre/osc/osc_object.c
lustre/osc/osc_request.c