Whamcloud - gitweb
LU-5478 mdc: get rid of obd_* typedefs 45/13145/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Fri, 19 Dec 2014 13:58:09 +0000 (16:58 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 26 Dec 2014 18:11:51 +0000 (18:11 +0000)
commit17f35d4948a0970fa76dc491037c0a8e8d95e813
tree93a6aa694bd2a381e63a73386faf93c35e8e5ecf
parent3f80e23eaf9dead631585c3b689549c723c164df
LU-5478 mdc: 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 4 in series: modify mdc/mdt/mgc

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I35b51c3e722f7463b7bab04a5fb2e19544b47178
Reviewed-on: http://review.whamcloud.com/13145
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/mdc/mdc_locks.c
lustre/mdc/mdc_request.c
lustre/mdt/mdt_xattr.c
lustre/mgc/mgc_request.c