From: Lisa Nguyen Date: Tue, 22 Oct 2013 01:16:26 +0000 (-0700) Subject: staging: lustre: Remove typedef and update cfs_hash struct X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da6eabe1038cb438460a8295a37270a8adebb19;p=pandora-kernel.git staging: lustre: Remove typedef and update cfs_hash struct Remove typedef keyword and rename the cfs_hash_t struct to cfs_hash in libcfs_hash.h. These changes resolve the "Do not add new typedefs" warning generated by checkpatch.pl and meet kernel coding style. Struct variables in other header and source files that depend on libcfs_hash.h are updated as well. Signed-off-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed