X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_internal.h;h=e1a405a2bb12e0f71ac4a9b1392b06b6adc9f7cc;hp=084e6d1ebf3105d7c35bbd4299a08753e1330069;hb=1d3c17c697fcabe8a8ae0d23a8e915a268ad2e71;hpb=c4f3c715b1938c490b94c389001e32e9237cf09e diff --git a/lustre/mdt/mdt_internal.h b/lustre/mdt/mdt_internal.h index 084e6d1..e1a405a 100644 --- a/lustre/mdt/mdt_internal.h +++ b/lustre/mdt/mdt_internal.h @@ -149,7 +149,9 @@ struct mdt_device { mo_mds_capa :1, mo_oss_capa :1; } mdt_opts; - + /* mdt state flags */ + __u32 mdt_fl_cfglog:1, + mdt_fl_synced:1; /* lock to pretect epoch and write count */ spinlock_t mdt_ioepoch_lock; __u64 mdt_ioepoch;