]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: lustre: cfs_time_sub() must return unsigned long
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 07:54:26 +0000 (00:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 07:54:26 +0000 (00:54 -0700)
commit88c03eae2d0e69b71c885dd12c8ab7e50272ab55
treea6749cd367276e8d45bf90dea0d061a85a63cf9c
parentb2d201bd169a60b7c75649dafc2180be5dc12fa0
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 <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Cc: hpdd-discuss <hpdd-discuss@lists.01.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_time.h