Whamcloud - gitweb
LU-5478 osc: get rid of obd_* typedefs 48/13148/16
authorDmitry Eremin <dmitry.eremin@intel.com>
Wed, 11 Feb 2015 18:58:11 +0000 (21:58 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 30 Mar 2015 03:53:40 +0000 (03:53 +0000)
commit7b63a5dab65cde131627bf22d16d6e13cf259686
treeb2fa29af13966e0554eac29f541dc6ed5de37147
parente62ce6e1252b33b37130556f31ceb22e8410dfcb
LU-5478 osc: get rid of obd_* typedefs

We have a bunch of typedefs for common things that made no sense
and hid the actual type from plain view.
Replace them with proper uXX or sXX types.
Exception is in lustre_idl.h and lustre_ioctl.h where
they are replaced with __uXX and __sXX to be able to be included
in userspace

Also fix valid flags to u64.

patch 6 in series: modify osc/osp

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: Ib18583489ed79eaded6339a283bc48e4fda319f6
Reviewed-on: http://review.whamcloud.com/13148
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
15 files changed:
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/vvp_req.c
lustre/obdclass/linux/linux-obdo.c
lustre/obdclass/obdo.c
lustre/osc/osc_cache.c
lustre/osc/osc_cl_internal.h
lustre/osc/osc_internal.h
lustre/osc/osc_io.c
lustre/osc/osc_page.c
lustre/osc/osc_quota.c
lustre/osc/osc_request.c
lustre/osp/osp_internal.h
lustre/osp/osp_precreate.c
lustre/ptlrpc/pack_generic.c