From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 07:54:26 +0000 (-0700) Subject: staging: lustre: cfs_time_sub() must return unsigned long X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~859 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c03eae2d0e69b71c885dd12c8ab7e50272ab55;p=pandora-kernel.git staging: lustre: cfs_time_sub() must return unsigned long It looks like someone ment for it to return this value (there's a cast), but the funtion says 'long' which causes problems when comparing values from this function. Cc: Andreas Dilger Cc: Oleg Drokin Cc: hpdd-discuss Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed