]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up 4.9 patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 16:11:24 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 16:11:24 +0000 (18:11 +0200)
queue-4.9/btrfs-always-log-symlinks-in-full-mode.patch

index 90fc282c6c65b33bc8543d695a31c8b953005770..7bc60bd86e41e7ef345108f05a9466aeed247dd3 100644 (file)
@@ -71,7 +71,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +       * 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;
 +
 +      /*