Skip to content
Commit 7959cf3a authored by Richard Weinberger's avatar Richard Weinberger
Browse files

ubifs: journal: Handle xattrs like files



If an inode hosts xattrs, create deletion entries for each
inode. That way we can make sure that upon journal replay UBIFS
can find find all xattr inodes.
Otherwise it can happen that GC consumed already a LEB which contained
parts of the TNC that pointed to the xattrs and we no longer
find all xattr inodes, which will confuse the LPT and cause
space allocation issues.

Reported-by: default avatarStefan Agner <stefan@agner.ch>
Fixes: 1e51764a

 ("UBIFS: add new flash file system")
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 257bb924
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment