Whamcloud - gitweb
LU-12780 llite: don't use ptlrpc_thread for sai_agl_thread
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 4dac661..f631f53 100644 (file)
@@ -1368,7 +1368,7 @@ struct ll_statahead_info {
                                sai_in_readpage:1;/* statahead is in readdir()*/
        wait_queue_head_t       sai_waitq;      /* stat-ahead wait queue */
        struct ptlrpc_thread    sai_thread;     /* stat-ahead thread */
-       struct ptlrpc_thread    sai_agl_thread; /* AGL thread */
+       struct task_struct      *sai_agl_task;  /* AGL thread */
        struct list_head        sai_interim_entries; /* entries which got async
                                                      * stat reply, but not
                                                      * instantiated */