From: Lisa Nguyen Date: Mon, 21 Oct 2013 04:33:20 +0000 (-0700) Subject: staging: lustre: Remove typedef and update cfs_hash_lock union X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29323b3e6bc65d95e2ef5add5db332fcb41ff2e6;p=pandora-kernel.git staging: lustre: Remove typedef and update cfs_hash_lock union Remove typedef keyword and rename the cfs_hash_lock_t union to cfs_hash_lock in libcfs_hash.h. These changes resolve the "Do not add new typedefs" warning generated by checkpatch.pl and meet kernel coding style. The union variables in hash.c are updated to reflect this change as well. Signed-off-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed