ubifs: Don't leak orphans on memory during commit
authorRichard Weinberger <richard@nod.at>
Wed, 15 May 2019 19:52:34 +0000 (21:52 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 8 Jul 2019 18:01:34 +0000 (20:01 +0200)
commit8009ce956c3d28022af6b122e50213ad830fc902
tree0fde24e7c17f6b7eeefaf835613a776f3bfed4e5
parentee1438ce5dc4d67dd8dd1ff51583122a61f5bd9e
ubifs: Don't leak orphans on memory during commit

If an orphan has child orphans (xattrs), and due
to a commit the parent orpahn cannot get free()'ed immediately,
put also all child orphans on the erase list.
Otherwise UBIFS will free() them only upon unmount and we
waste memory.

Fixes: 988bec41318f ("ubifs: orphan: Handle xattrs like files")
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/orphan.c