forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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