Merge commit 'e26a9e0' into stable/for-linus-3.15
[cascardo/linux.git] / fs / afs / internal.h
index 6621f80..be75b50 100644 (file)
@@ -75,6 +75,7 @@ struct afs_call {
        const struct afs_call_type *type;       /* type of call */
        const struct afs_wait_mode *wait_mode;  /* completion wait mode */
        wait_queue_head_t       waitq;          /* processes awaiting completion */
+       work_func_t             async_workfn;
        struct work_struct      async_work;     /* asynchronous work processor */
        struct work_struct      work;           /* actual work processor */
        struct sk_buff_head     rx_queue;       /* received packets */