hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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