summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2014-07-12 09:27:46 +0200
committerGreg Kroah-Hartman2014-07-12 09:27:46 +0200
commita649ad1d7b44d2b5da62eec804539bb221396570 (patch)
treedd03c366785989fd41ab413e27ea71d3dd37161a /drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
parentstaging: lustre: remove unused functions from linux-time.h (diff)
downloadkernel-qcow2-linux-a649ad1d7b44d2b5da62eec804539bb221396570.tar.gz
kernel-qcow2-linux-a649ad1d7b44d2b5da62eec804539bb221396570.tar.xz
kernel-qcow2-linux-a649ad1d7b44d2b5da62eec804539bb221396570.zip
staging: lustre: remove cfs_time_t typedef
Just use unsigned long everywhere, like the rest of the kernel does. 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>
Diffstat (limited to 'drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
index b43c9ad8fd15..30098f39181f 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
@@ -165,7 +165,7 @@ struct ptldebug_header {
#define CDEBUG_DEFAULT_MIN_DELAY ((cfs_time_seconds(1) + 1) / 2) /* jiffies */
#define CDEBUG_DEFAULT_BACKOFF 2
struct cfs_debug_limit_state {
- cfs_time_t cdls_next;
+ unsigned long cdls_next;
unsigned int cdls_delay;
int cdls_count;
};