kernel: backport fix for non-regular inodes on f2fs
authorMatt Merhar <mattmerhar@protonmail.com>
Sun, 19 Apr 2020 21:12:03 +0000 (17:12 -0400)
committerRISCi_ATOM <Bob@bobcall.me>
Thu, 7 May 2020 18:14:11 +0000 (14:14 -0400)
commit65c8162bc5c840e0b0b78a037c0660f74aaa4a56
tree2219a6ec98f9277b7352854646908e40443ae596
parent36a091784c4f18db4d952d8242b8a92b2b90851e
kernel: backport fix for non-regular inodes on f2fs

Upstream commit dda9f4b9ca ("f2fs: fix to skip verifying block address
for non-regular inode").

On 4.14, attempting to perform operations on a non-regular inode
residing on an f2fs filesystem, such rm-ing a device node, would fail
and lead to a warning / call trace in dmesg. This fix was already
applied to other kernels upstream - including 4.19, from which the patch
was taken.

More info at https://bugzilla.kernel.org/show_bug.cgi?id=202495.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
(cherry picked from commit ee500186a5617dfe80f4b762fd6bd0c38af93d49)
target/linux/generic/backport-4.14/050-v4.19-f2fs-skip-verifying-block-address-non-regular-inode.patch [new file with mode: 0644]