X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fdt_object.h;fp=lustre%2Finclude%2Fdt_object.h;h=35f1ec4433c84560481b992e5276f1a428021e7b;hb=8aa8a920efd7ed8f217563df84905f972a16ad85;hp=2bf129e895d073820719e6d021341fd88ae85dce;hpb=313ac16698dba613c079303565c8db52c4066d5e;p=fs%2Flustre-release.git diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index 2bf129e..35f1ec4 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -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; }; /**