Whamcloud - gitweb
LU-12635 build: Support for gcc -Wimplicit-fallthrough
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_scrub.h
index 32de941..a33135c 100644 (file)
@@ -20,7 +20,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012, 2014, Intel Corporation.
+ * Copyright (c) 2012, 2017, Intel Corporation.
  */
 /*
  * lustre/osd-ldiskfs/osd_scrub.h
@@ -68,7 +68,7 @@ struct osd_scrub {
        __u64                   os_lf_failed;
 
        __u64                   os_bad_oimap_count;
-       __u64                   os_bad_oimap_time;
+       time64_t                os_bad_oimap_time;
 };
 
 #endif /* _OSD_SCRUB_H */