Whamcloud - gitweb
LU-11017 quota: ignore quota for CAP_SYS_RESOURCE properly
[fs/lustre-release.git] / lustre / include / dt_object.h
index 2bf129e..35f1ec4 100644 (file)
@@ -1901,7 +1901,9 @@ struct thandle {
                                th_wait_submit:1,
        /* complex transaction which will track updates on all targets,
         * including OSTs */
-                               th_complex:1;
+                               th_complex:1,
+       /* whether ignore quota */
+                               th_ignore_quota:1;
 };
 
 /**