X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_import.h;h=a2de838546f1a2d3f414bbbb9cc3f5e655fdb530;hp=682f4dc3d398824f70bf77eb7e00b80613e51883;hb=efa3425c5f5a6763ea834408b982e4df5a90c914;hpb=ea58c4cfb0fc255befbbb7754bd4ed71704a2a2c diff --git a/lustre/include/lustre_import.h b/lustre/include/lustre_import.h index 682f4dc..a2de838 100644 --- a/lustre/include/lustre_import.h +++ b/lustre/include/lustre_import.h @@ -307,7 +307,9 @@ struct obd_import { /* import has tried to connect with server */ imp_connect_tried:1, /* connected but not FULL yet */ - imp_connected:1; + imp_connected:1, + /* grant shrink disabled */ + imp_grant_shrink_disabled:1; u32 imp_connect_op; u32 imp_idle_timeout; u32 imp_idle_debug;