Re: [LEDE-DEV] [PATCH 1/3] UBIFS, UBI: move volume string parser from UBIFS to UBI

2016-08-28 Thread Boris Brezillon
On Sat, 27 Aug 2016 21:43:53 +0200 Daniel Golle wrote: No explanation on why you do that. Please make reviewers life easier and explain what you're trying to achieve. This patch on its own is not a problem, as long as you have another FS base on UBI (I'm not talking about ubiblock) that is makin

[LEDE-DEV] [PATCH 1/3] UBIFS, UBI: move volume string parser from UBIFS to UBI

2016-08-27 Thread Daniel Golle
Signed-off-by: Daniel Golle --- drivers/mtd/ubi/kapi.c | 65 + fs/ubifs/super.c| 64 +--- include/linux/mtd/ubi.h | 1 + 3 files changed, 67 insertions(+), 63 deletions(-) diff --git a/drivers/m