[LEDE-DEV] [PATCH] fstools: added f2fs to block-mount, rebased

2016-10-27 Thread Alberto Bursi
added the code to recognize and operate the filesystem checker of f2fs added f2fs to the filesystem whitelist of block so it can mount it on /overlay at boot. Signed-off-by: Alberto Bursi --- block.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/block.c b

Re: [LEDE-DEV] [PATCH] fstools: added f2fs to block-mount, rebased

2016-10-27 Thread John Crispin
Hi subject is bad. the f2fs support is added to the block tool and not block-mount. the "rebased needs to go to the front with the subject-prefix or go below the tear line one more comment inline On 27/10/2016 11:10, Alberto Bursi wrote: > added the code to recognize and operate the filesystem

[LEDE-DEV] [PATCH] fstools: added f2fs to block-mount, correct indentation

2016-10-21 Thread Alberto Bursi
added the code to recognize and operate the filesystem checker of f2fs added f2fs to the filesystem whitelist of block so it can mount it on /overlay at boot. Signed-off-by: Alberto Bursi --- block.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/block.c b/b

[LEDE-DEV] [PATCH] fstools: added f2fs to block-mount

2016-10-21 Thread Alberto Bursi
added the code to recognize and operate the filesystem checker of f2fs added f2fs to the filesystem whitelist of block so it can mount it on /overlay at boot. Signed-off-by: Alberto Bursi --- block.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/block.c b/

Re: [LEDE-DEV] [PATCH]fstools: added f2fs to block-mount

2016-10-18 Thread Felix Fietkau
On 2016-10-18 11:22, Alberto Bursi wrote: > added the code to recognize the filesystem checker of f2fs > added f2fs to the filesystem whitelist of block so it can mount it on > /overlay at boot. > > I've looked at fstools, adding proper xfs support to fstools is a bit > more involved and will ta

[LEDE-DEV] [PATCH]fstools: added f2fs to block-mount

2016-10-18 Thread Alberto Bursi
added the code to recognize the filesystem checker of f2fs added f2fs to the filesystem whitelist of block so it can mount it on /overlay at boot. I've looked at fstools, adding proper xfs support to fstools is a bit more involved and will take some time (to me anyway), I need f2fs support to l