X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_internal.h;h=b75405785b1a1b890b06ff20d200638c45d5838d;hp=b14a583d128b927c8f893c0b2ede10482480b2af;hb=490fd542a9bc8e8dafd22a8f4ca7b186f87ab21c;hpb=32becabb43b6e8f21c030c23c01c3f02e351eaea diff --git a/lustre/obdclass/cl_internal.h b/lustre/obdclass/cl_internal.h index b14a583..b754057 100644 --- a/lustre/obdclass/cl_internal.h +++ b/lustre/obdclass/cl_internal.h @@ -105,6 +105,10 @@ struct cl_thread_info { * Pointer to the topmost ongoing IO in this thread. */ struct cl_io *clt_current_io; + /** + * Used for submitting a sync io. + */ + struct cl_sync_io clt_anchor; }; struct cl_thread_info *cl_env_info(const struct lu_env *env);