]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: factorize destroy_av() and ubi_remove_av() code
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 16 Sep 2016 14:59:15 +0000 (16:59 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 2 Oct 2016 20:48:14 +0000 (22:48 +0200)
commitf9efe8d8a5d54e426da9029f5db78e90ac7a141a
treef19c00a332254c7d63cad5294b0581fe0b881e89
parentde4c455b3e9f6306ce7f4245d1ae09d4f1209bb4
UBI: factorize destroy_av() and ubi_remove_av() code

Those functions are pretty much doing the same thing, except
ubi_remove_av() is putting the aeb elements attached to the volume into
the ai->erase list and the destroy_av() is freeing them.

Rework destroy_av() to handle both cases.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/attach.c