diff options
Diffstat (limited to 'fs/udf/udf_i.h')
| -rw-r--r-- | fs/udf/udf_i.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/udf_i.h b/fs/udf/udf_i.h index 630426ffb775..2ef0e212f08a 100644 --- a/fs/udf/udf_i.h +++ b/fs/udf/udf_i.h @@ -28,7 +28,7 @@ struct udf_ext_cache {   */  struct udf_inode_info { -	struct timespec		i_crtime; +	struct timespec64	i_crtime;  	/* Physical address of inode */  	struct kernel_lb_addr		i_location;  	__u64			i_unique;  |