Whamcloud - gitweb
LU-6401 headers: Move object_update functions to new header 20/20120/8
authorBen Evans <bevans@cray.com>
Wed, 6 Jul 2016 15:59:55 +0000 (11:59 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 11 Jul 2016 23:57:23 +0000 (23:57 +0000)
commit86068ab4d84dd0915fc91dbf59ac924ced9373c3
tree80e8675eb1e04cf0a945f40cb0c0c0e74e269d16
parent501fc25cac52e33478b12c4b4253f7a80b5bb448
LU-6401 headers: Move object_update functions to new header

The header lustre_idl.h is meant to be a uapi header but it
currently contains code that is only used by the lustre
kernel internals. This patch moves the code related to
object update handling out of lustre_idl.h into a separate
header that is only needed for the kernel server side code.

Signed-off-by: Ben Evans <bevans@cray.com>
Change-Id: Ie025f8424dad8cfc625258ad189c7b7576b3a9b2
Reviewed-on: http://review.whamcloud.com/20120
Reviewed-by: Frank Zago <fzago@cray.com>
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/Makefile.am
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_update.h
lustre/include/obj_update.h [new file with mode: 0644]
lustre/osp/osp_md_object.c
lustre/ptlrpc/pack_generic.c
lustre/target/out_handler.c