Re: [U-Boot] [PATCH V2] JFFS2: bug fix for summary support.

2011-04-27 Thread Detlev Zundel
Hi Baidu, [...] Looking over the changes, I do _see_ changes in code, so you should tell us about them. [...] diff --git a/include/jffs2/jffs2.h b/include/jffs2/jffs2.h index 651f94c..5b006c0 100644 --- a/include/jffs2/jffs2.h +++ b/include/jffs2/jffs2.h @@ -41,6 +41,16 @@  #include

Re: [U-Boot] [PATCH V2] JFFS2: bug fix for summary support.

2011-04-23 Thread Baidu Liu
Hi,Detlev : 2011/4/19 Detlev Zundel d...@denx.de: Hi Baidu,  This patch fixes some issues with JFFS2 summary support in U-Boot.  1/ Bug fix for summary support: we need to get the latest DIRENT.  For example, if you create a file in linux jffs2 which config summary  support, then you delete

Re: [U-Boot] [PATCH V2] JFFS2: bug fix for summary support.

2011-04-19 Thread Detlev Zundel
Hi Baidu, This patch fixes some issues with JFFS2 summary support in U-Boot. 1/ Bug fix for summary support: we need to get the latest DIRENT. For example, if you create a file in linux jffs2 which config summary support, then you delete the file , you will not see the file in linux

[U-Boot] [PATCH V2] JFFS2: bug fix for summary support.

2011-04-16 Thread Baidu Liu
This patch fixes some issues with JFFS2 summary support in U-Boot. 1/ Bug fix for summary support: we need to get the latest DIRENT. For example, if you create a file in linux jffs2 which config summary support, then you delete the file , you will not see the file in linux jffs2. But you can