Whamcloud - gitweb
LU-11347 osd: do not use pagecache for I/O
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_internal.h
index c73b489..0306fc3 100644 (file)
@@ -643,6 +643,9 @@ struct osd_thread_info {
        unsigned int            oti_declare_ops_cred[OSD_OT_MAX];
        unsigned int            oti_declare_ops_used[OSD_OT_MAX];
        struct osd_directory    oti_iam;
+
+       struct page             **oti_dio_pages;
+       int                     oti_dio_pages_used;
 };
 
 extern int ldiskfs_pdo;