Whamcloud - gitweb
LU-6750 zfs: add stop trans callback
[fs/lustre-release.git] / lustre / osd-zfs / osd_internal.h
index 12bf5a5..850290f 100644 (file)
@@ -203,6 +203,7 @@ static inline struct osd_thread_info *osd_oti_get(const struct lu_env *env)
 struct osd_thandle {
        struct thandle           ot_super;
        struct list_head         ot_dcb_list;
+       struct list_head         ot_stop_dcb_list;
        struct list_head         ot_unlinked_list;
        struct list_head         ot_sa_list;
        struct semaphore         ot_sa_lock;