Whamcloud - gitweb
LU-14711 osc: Notify server if cache discard takes a long time
[fs/lustre-release.git] / lustre / include / cl_object.h
index 1fc8f1b..626b3ef 100644 (file)
@@ -1912,6 +1912,9 @@ struct cl_io {
                        loff_t                   ls_result;
                        int                      ls_whence;
                } ci_lseek;
+               struct cl_misc_io {
+                       time64_t                 lm_next_rpc_time;
+               } ci_misc;
         } u;
         struct cl_2queue     ci_queue;
         size_t               ci_nob;