Whamcloud - gitweb
LU-5478 style: get rid of obd_* typedefs 40/13140/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Fri, 19 Dec 2014 10:11:30 +0000 (13:11 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 26 Dec 2014 18:11:38 +0000 (18:11 +0000)
commit3f80e23eaf9dead631585c3b689549c723c164df
tree4f9952628cdd81fe0ba7bde1e52833676d9644da
parentff56dc60715dd40bfbf5acd7e46637a098eef52f
LU-5478 style: 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

First patch in series: modify main includes

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I49f53ea25e28b1af31dd7d4cd36b27cf644464fc
Reviewed-on: http://review.whamcloud.com/13140
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
14 files changed:
lustre/include/cl_object.h
lustre/include/lu_object.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_ioctl.h
lustre/include/lustre_lib.h
lustre/include/obd.h
lustre/include/obd_cksum.h
lustre/include/obd_class.h
lustre/include/obd_target.h
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/mgc/mgc_request.c
lustre/osc/osc_request.c
lustre/ptlrpc/pack_generic.c