X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Flustre_export.h;h=664f936648573a351bd1f6771728b88ae79ef706;hp=8cc24b90562b83fdd013d1ce276e25c3ebc2a1f6;hb=9641c7f5ea20ef6163752a3b4cd956a8ada40c9c;hpb=738ac90f521a8e69a0a4f19c97e0f8911207eda6 diff --git a/lustre/include/linux/lustre_export.h b/lustre/include/linux/lustre_export.h index 8cc24b9..664f936 100644 --- a/lustre/include/linux/lustre_export.h +++ b/lustre/include/linux/lustre_export.h @@ -77,8 +77,9 @@ struct obd_export { spinlock_t exp_lock; /* protects flags int below */ /* ^ protects exp_outstanding_replies too */ int exp_flags; - int exp_failed:1; - int exp_libclient:1; /* liblustre client? */ + int exp_failed:1, + exp_replay_needed:1, + exp_libclient:1; /* liblustre client? */ union { struct mds_export_data eu_mds_data; struct filter_export_data eu_filter_data;