]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jffs2/jffs2_fs_sb.h
pwm: imx: indentation cleanup
[karo-tx-linux.git] / fs / jffs2 / jffs2_fs_sb.h
index 44dca1f041c5cbc2b057e3eb7e13840c3edd25d7..413ef89c2d1ba32fe8507f29355d11c5873bc7d0 100644 (file)
@@ -32,6 +32,13 @@ struct jffs2_inodirty;
 struct jffs2_mount_opts {
        bool override_compr;
        unsigned int compr;
+
+       /* The size of the reserved pool. The reserved pool is the JFFS2 flash
+        * space which may only be used by root cannot be used by the other
+        * users. This is implemented simply by means of not allowing the
+        * latter users to write to the file system if the amount if the
+        * available space is less then 'rp_size'. */
+       unsigned int rp_size;
 };
 
 /* A struct for the overall file system control.  Pointers to