aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/remote_perm.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 00:27:46 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 00:27:46 -0700
commita649ad1d7b44d2b5da62eec804539bb221396570 (patch)
treedd03c366785989fd41ab413e27ea71d3dd37161a /drivers/staging/lustre/lustre/llite/remote_perm.c
parentstaging: lustre: remove unused functions from linux-time.h (diff)
downloadlinux-dev-a649ad1d7b44d2b5da62eec804539bb221396570.tar.xz
linux-dev-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/lustre/llite/remote_perm.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/remote_perm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging/lustre/lustre/llite/remote_perm.c
index 5d936caeba9c..f61fefc9baf0 100644
--- a/drivers/staging/lustre/lustre/llite/remote_perm.c
+++ b/drivers/staging/lustre/lustre/llite/remote_perm.c
@@ -249,7 +249,7 @@ int lustre_check_remote_perm(struct inode *inode, int mask)
struct ptlrpc_request *req = NULL;
struct mdt_remote_perm *perm;
struct obd_capa *oc;
- cfs_time_t save;
+ unsigned long save;
int i = 0, rc;
do {