Whamcloud - gitweb
LU-5478 utils: get rid of obd_* typedefs 50/13150/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Fri, 19 Dec 2014 14:49:06 +0000 (17:49 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 26 Dec 2014 18:12:36 +0000 (18:12 +0000)
commit91123dfcae62ba82e4d51e198c72cba0002708e5
tree354bfe79b7d338e619c866686fe6dde1034e7eb7
parenta6f415ad648f2da0708612beba51f34c2594f5ec
LU-5478 utils: 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

patch 8 in series: modify utils and ptlrpc

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I618e6e8465c845951f4735ac7ff2743544534809
Reviewed-on: http://review.whamcloud.com/13150
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>
lustre/ptlrpc/layout.c
lustre/ptlrpc/pack_generic.c
lustre/target/tgt_handler.c
lustre/utils/obd.c