From: Greg Kroah-Hartman Date: Mon, 9 May 2022 16:11:24 +0000 (+0200) Subject: fix up 4.9 patch X-Git-Tag: v4.9.313~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50191825a3f9935f2adafad68614aeb1302bee71;p=thirdparty%2Fkernel%2Fstable-queue.git fix up 4.9 patch --- diff --git a/queue-4.9/btrfs-always-log-symlinks-in-full-mode.patch b/queue-4.9/btrfs-always-log-symlinks-in-full-mode.patch index 90fc282c6c6..7bc60bd86e4 100644 --- a/queue-4.9/btrfs-always-log-symlinks-in-full-mode.patch +++ b/queue-4.9/btrfs-always-log-symlinks-in-full-mode.patch @@ -71,7 +71,7 @@ Signed-off-by: Greg Kroah-Hartman + * the inline extent when the symlink is created (we never have delalloc + * for symlinks). + */ -+ if (S_ISLNK(inode->vfs_inode.i_mode)) ++ if (S_ISLNK(inode->i_mode)) + inode_only = LOG_INODE_ALL; + + /*