kernel/fs/jffs2/jffs2_fs_sb.h
.. .. @@ -38,6 +38,7 @@ 38 38 * users. This is implemented simply by means of not allowing the 39 39 * latter users to write to the file system if the amount if the 40 40 * available space is less then 'rp_size'. */ 41 + bool set_rp_size;41 42 unsigned int rp_size; 42 43 }; 43 44