From: Oleg Drokin Date: Fri, 15 Aug 2014 16:55:56 +0000 (-0400) Subject: staging/lustre: get rid of obd_* typedefs X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21aef7d9d654416b8167ad8047a628d3968a97da;p=pandora-kernel.git staging/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 where they are replaced with __uXX and __sXX to be able to be included in userspace Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed