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>
Showing
- lustre/include/Makefile.am 1 addition, 0 deletionslustre/include/Makefile.am
- lustre/include/lustre/lustre_idl.h 0 additions, 95 deletionslustre/include/lustre/lustre_idl.h
- lustre/include/lustre_update.h 2 additions, 1 deletionlustre/include/lustre_update.h
- lustre/include/obj_update.h 115 additions, 0 deletionslustre/include/obj_update.h
- lustre/osp/osp_md_object.c 10 additions, 0 deletionslustre/osp/osp_md_object.c
- lustre/ptlrpc/pack_generic.c 1 addition, 0 deletionslustre/ptlrpc/pack_generic.c
- lustre/target/out_handler.c 8 additions, 0 deletionslustre/target/out_handler.c
Loading
Please register or sign in to comment