From: Greg Kroah-Hartman Date: Sun, 4 Aug 2013 00:48:26 +0000 (+0800) Subject: staging: lustre: remove cfs_task_state_t X-Git-Tag: v3.12-rc1~183^2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e73793d17fc413d552bc00fd57a57439f6c293;p=pandora-kernel.git staging: lustre: remove cfs_task_state_t It's just a long, so remove the typedef and use long. Side note, all the functions like waitq_* should be removed as well, they are wrapping functions that don't really do what it seems that they do based on their name. Cc: Peng Tao Cc: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed