Whamcloud - gitweb
LU-8251 tests: Delete only test files for sanityn
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index e3ef013..b8fd156 100644 (file)
@@ -65,7 +65,7 @@ struct osc_io {
        /** super class */
        struct cl_io_slice oi_cl;
        /** true if this io is lockless. */
-       int                oi_lockless:1,
+       unsigned int       oi_lockless:1,
        /** true if this io is counted as active IO */
                           oi_is_active:1;
        /** how many LRU pages are reserved for this IO */
@@ -111,6 +111,7 @@ struct osc_thread_info {
        pgoff_t                 oti_fn_index; /* first non-overlapped index */
        struct cl_sync_io       oti_anchor;
        struct cl_req_attr      oti_req_attr;
+       struct lu_buf           oti_ladvise_buf;
 };
 
 struct osc_object {