Whamcloud - gitweb
LU-13228 clio: mmap write when overquota
[fs/lustre-release.git] / lustre / include / cl_object.h
index 3e31227..202bec2 100644 (file)
@@ -1925,6 +1925,10 @@ struct cl_io {
         */
                             ci_tried_all_mirrors:1;
        /**
+        * Bypass quota check
+        */
+       unsigned             ci_noquota:1;
+       /**
         * How many times the read has retried before this one.
         * Set by the top level and consumed by the LOV.
         */