Whamcloud - gitweb
LU-5478 llite: get rid of obd_* typedefs 43/13143/3
authorDmitry Eremin <dmitry.eremin@intel.com>
Fri, 19 Dec 2014 13:28:54 +0000 (16:28 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 9 Jan 2015 03:10:42 +0000 (03:10 +0000)
commit95f85ba9ed5df66a0385755be62254322fc447e1
tree6a7d99dd0c76c04b11d12e7f639744ec622b6cd7
parent9bf46408b3c2c8b7f939d7000a9e8df38c3fd6ed
LU-5478 llite: 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 2 in series: modify llite

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: Idfa717f29cb47e4dd8c05cc956be3fb883cb1ba7
Reviewed-on: http://review.whamcloud.com/13143
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/lcommon_cl.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_rmtacl.c
lustre/llite/lloop.c