Re: [U-Boot] [PATCH 6/7] JFFS2: scanning performance improvement

2011-05-02 Thread Detlev Zundel
Hi Baidu, Hi,Detlev +                             } + This has style-problems.  Actually all of your patches have style problems.  Checking them as one single patch gives: total: 32 errors, 22 warnings, 369 lines checked Please rework the whole series. I do not know why my patch has

Re: [U-Boot] [PATCH 6/7] JFFS2: scanning performance improvement

2011-04-29 Thread Detlev Zundel
Hi Baidu, 1/ Sync with kernel. If the 256-(struct jffs2_unknown_node *) bytes are 0xff after the cleanmarker. We get the conclusion that the sector is empty. Signed-off-by: Baidu Liu liucai@gmail.com --- fs/jffs2/jffs2_1pass.c | 19 +-- 1 files changed, 13

Re: [U-Boot] [PATCH 6/7] JFFS2: scanning performance improvement

2011-04-29 Thread Baidu Liu
Hi,Detlev +                             } + This has style-problems.  Actually all of your patches have style problems.  Checking them as one single patch gives: total: 32 errors, 22 warnings, 369 lines checked Please rework the whole series. I do not know why my patch has style-error.

[U-Boot] [PATCH 6/7] JFFS2: scanning performance improvement

2011-04-23 Thread Baidu Liu
1/ Sync with kernel. If the 256-(struct jffs2_unknown_node *) bytes are 0xff after the cleanmarker. We get the conclusion that the sector is empty. Signed-off-by: Baidu Liu liucai@gmail.com --- fs/jffs2/jffs2_1pass.c | 19 +-- 1 files changed, 13 insertions(+), 6