vfs: change inode times to use struct timespec64
[linux-2.6-block.git] / fs / btrfs / transaction.c
index c944b4769e3c7c5a966e421b5c9c9b4635cab2ac..7ac0d05571caa129a837cbb33ba54ac5683eaf22 100644 (file)
@@ -1428,7 +1428,7 @@ static noinline int create_pending_snapshot(struct btrfs_trans_handle *trans,
        struct dentry *dentry;
        struct extent_buffer *tmp;
        struct extent_buffer *old;
-       struct timespec cur_time;
+       struct timespec64 cur_time;
        int ret = 0;
        u64 to_reserve = 0;
        u64 index = 0;