forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/fs/jffs2/nodelist.h
....@@ -259,7 +259,7 @@
259259 uint32_t ino; /* == zero for unlink */
260260 unsigned int nhash;
261261 unsigned char type;
262
- unsigned char name[0];
262
+ unsigned char name[];
263263 };
264264
265265 /*