X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fquota%2Fqsd_internal.h;h=b590b8419ec1ca29629cff456711ef542891f41a;hp=7144e2e0335b0f224b735fec686f1c76ab368ac5;hb=d527e812461baf9db2f6ed960a3b6cc12d4ab37c;hpb=92fadf9cc1d06b21b482a262ff66f435814a13f8 diff --git a/lustre/quota/qsd_internal.h b/lustre/quota/qsd_internal.h index 7144e2e..b590b84 100644 --- a/lustre/quota/qsd_internal.h +++ b/lustre/quota/qsd_internal.h @@ -111,7 +111,9 @@ struct qsd_instance { qsd_prepared:1, /* qsd_prepare() successfully * called */ qsd_exp_valid:1,/* qsd_exp is now valid */ - qsd_stopping:1; /* qsd_instance is stopping */ + qsd_stopping:1, /* qsd_instance is stopping */ + qsd_updating:1, /* qsd is updating record */ + qsd_exclusive:1; /* upd exclusive with reint */ };