jffs2: add buffer to cache flash accesses
[oweals/u-boot.git] / fs / jffs2 / jffs2_private.h
index 97457627c1573a6d8405655325ad3b44e854cc7d..3633deaaf83cc2b26e8e72c179e7a42dfa3ec192 100644 (file)
@@ -24,7 +24,7 @@ struct b_list {
 struct b_lists {
        struct b_list dir;
        struct b_list frag;
-
+       void *readbuf;
 };
 
 struct b_compr_info {