Whamcloud - gitweb
LU-13490 lustre: fix to make jobstats work for async ra
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 0ca22e4..150e6a8 100644 (file)
@@ -801,6 +801,7 @@ struct ll_readahead_work {
 
        /* async worker to handler read */
        struct work_struct               lrw_readahead_work;
+       char                             lrw_jobid[LUSTRE_JOBID_SIZE];
 };
 
 extern struct kmem_cache *ll_file_data_slab;