aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r--fs/btrfs/btrfs_inode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h
index 7e075343daa5..1343ac57b438 100644
--- a/fs/btrfs/btrfs_inode.h
+++ b/fs/btrfs/btrfs_inode.h
@@ -178,7 +178,7 @@ struct btrfs_inode {
178 struct btrfs_delayed_node *delayed_node; 178 struct btrfs_delayed_node *delayed_node;
179 179
180 /* File creation time. */ 180 /* File creation time. */
181 struct timespec i_otime; 181 struct timespec64 i_otime;
182 182
183 /* Hook into fs_info->delayed_iputs */ 183 /* Hook into fs_info->delayed_iputs */
184 struct list_head delayed_iput; 184 struct list_head delayed_iput;