From 59d9c877bb73aba79f0f72abd85dbfd53387312b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 24 Jul 2019 20:34:06 +0200 Subject: [PATCH] fix 4.14 and 4.9 btrfs patch --- ...ode-version-ctime-and-mtime-updates-when-punching-hole.patch | 2 +- ...ode-version-ctime-and-mtime-updates-when-punching-hole.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-4.14/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch b/queue-4.14/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch index 12124875f2e..48c2d2d21ec 100644 --- a/queue-4.14/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch +++ b/queue-4.14/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman * for detecting, at fsync time, if the inode isn't yet in the * log tree or it's there but not up to date. */ -+ struct timespec64 now = current_time(inode); ++ struct timespec now = current_time(inode); + + inode_inc_iversion(inode); + inode->i_mtime = now; diff --git a/queue-4.9/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch b/queue-4.9/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch index 800a4b5c510..f31b4b69a8e 100644 --- a/queue-4.9/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch +++ b/queue-4.9/btrfs-add-missing-inode-version-ctime-and-mtime-updates-when-punching-hole.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman * for detecting, at fsync time, if the inode isn't yet in the * log tree or it's there but not up to date. */ -+ struct timespec64 now = current_time(inode); ++ struct timespec now = current_time(inode); + + inode_inc_iversion(inode); + inode->i_mtime = now; -- 2.47.3