Whamcloud - gitweb
LU-5478 lustre: get rid of obd_* typedefs 56/14256/3
authorDmitry Eremin <dmitry.eremin@intel.com>
Mon, 30 Mar 2015 10:21:46 +0000 (13:21 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 Apr 2015 01:07:09 +0000 (01:07 +0000)
commit49e8a922a804979e999df170cde3811e941a00f0
tree7394e6c80694baa1532e2a07174ab978121241f7
parentc58d3c5a102f97c6014b9a6342e6f7afd3a5cf5c
LU-5478 lustre: 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

final patch in series.

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I2b714ec673a004561d45ad46041191bef3ec9a8e
Reviewed-on: http://review.whamcloud.com/14256
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
lustre/include/lustre/lustre_idl.h
lustre/lmv/lmv_obd.c
lustre/lov/lov_io.c