ocfs2: wait for orphan recovery first once append O_DIRECT write crash
[linux-2.6-microblaze.git] / fs / ocfs2 / inode.h
index ca3431e..5e86b24 100644 (file)
@@ -81,6 +81,8 @@ struct ocfs2_inode_info
        tid_t i_sync_tid;
        tid_t i_datasync_tid;
 
+       wait_queue_head_t append_dio_wq;
+
        struct dquot *i_dquot[MAXQUOTAS];
 };