From: Greg Kroah-Hartman Date: Wed, 24 Jul 2019 18:34:06 +0000 (+0200) Subject: fix 4.14 and 4.9 btrfs patch X-Git-Tag: v5.2.3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59d9c877bb73aba79f0f72abd85dbfd53387312b;p=thirdparty%2Fkernel%2Fstable-queue.git fix 4.14 and 4.9 btrfs patch --- 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;