Whamcloud - gitweb
LU-5971 llite: rename ccc_req to vvp_req 77/13377/3
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 13 Jan 2015 16:06:42 +0000 (10:06 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 27 Jan 2015 21:48:52 +0000 (21:48 +0000)
commit88c8560727253eb04811cad643a3dcca5a553788
tree877c1c91cd9b0369de84aa8aec35165b48227852
parentdc7f34c31466c7e4920ce036440ac79bd4ba22e1
LU-5971 llite: rename ccc_req to vvp_req

Rename struct ccc_req to struct vvp_req and move related functions
from lustre/llite/lcommon_cl.c to the new file lustre/llite/vvp_req.c.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I6589cd1e039b41e55fcd833476f6a58ff2492900
Reviewed-on: http://review.whamcloud.com/13377
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/cl_object.h
lustre/llite/Makefile.in
lustre/llite/lcommon_cl.c
lustre/llite/vvp_dev.c
lustre/llite/vvp_internal.h
lustre/llite/vvp_req.c [new file with mode: 0644]