diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-17 18:38:39 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-17 18:38:39 +0200 |
commit | 46e62a072a8254e9e3765fdc999aba325b7918df (patch) | |
tree | e60e7dd3a12d07ea49d53341838f8c46e484ef5b /fs/udf/udf_i.h | |
parent | Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | ext2: use ktime_get_real_seconds for timestamps (diff) | |
download | linux-46e62a072a8254e9e3765fdc999aba325b7918df.tar.xz linux-46e62a072a8254e9e3765fdc999aba325b7918df.zip |
Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull UDF and ext2 update from Jan Kara.
* tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
ext2: use ktime_get_real_seconds for timestamps
udf: convert inode stamps to timespec64
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; |