Whamcloud - gitweb
LU-13344 lnet: stop using struct timeval
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_user.h
index 65e41f1..a837ef1 100644 (file)
@@ -1273,7 +1273,7 @@ struct identity_downcall_data {
 
 struct sepol_downcall_data {
        __u32           sdd_magic;
-       __kernel_time_t sdd_sepol_mtime;
+       __s64           sdd_sepol_mtime;
        __u16           sdd_sepol_len;
        char            sdd_sepol[0];
 };