[PATCH 1/1] ubifs: Fix journal replay wrt. xattr nodes

2022-03-28 Thread Ville Baillie
backport 1cb51a15b576ee325d527726afff40947218fd5e from Linux --- fs/ubifs/tnc.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/fs/ubifs/tnc.c b/fs/ubifs/tnc.c index e8b8f16838..3303711477 100644 --- a/fs/ubifs/tnc.c +++ b/fs/ubifs/tnc.c @@ -50,6 +50,

[PATCH 1/1] ubifs: Fix journal replay wrt. xattr nodes

2022-03-28 Thread Ville Baillie
backport 1cb51a15b576ee325d527726afff40947218fd5e from Linux --- fs/ubifs/tnc.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/fs/ubifs/tnc.c b/fs/ubifs/tnc.c index e8b8f16838..3303711477 100644 --- a/fs/ubifs/tnc.c +++ b/fs/ubifs/tnc.c @@ -50,6 +50,

ubifs: fix journal replay wrt. xattr nodes

2022-03-11 Thread Ville Baillie
Hi all Has there been any thought about bringing this fix into the u-boot ubifs layer? https://github.com/torvalds/linux/commit/1cb51a15b576ee325d527726afff40947218fd5e This fixes something that can break boot if you rely on UBIFS to load your kernel images. Thanks Ville