forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/fs/jffs2/jffs2_fs_sb.h
....@@ -38,6 +38,7 @@
3838 * users. This is implemented simply by means of not allowing the
3939 * latter users to write to the file system if the amount if the
4040 * available space is less then 'rp_size'. */
41
+ bool set_rp_size;
4142 unsigned int rp_size;
4243 };
4344