diff options
Diffstat (limited to 'fs/ocfs2/inode.h')
| -rw-r--r-- | fs/ocfs2/inode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index ca3431ee7f24..5e86b247c821 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h | |||
| @@ -81,6 +81,8 @@ struct ocfs2_inode_info | |||
| 81 | tid_t i_sync_tid; | 81 | tid_t i_sync_tid; |
| 82 | tid_t i_datasync_tid; | 82 | tid_t i_datasync_tid; |
| 83 | 83 | ||
| 84 | wait_queue_head_t append_dio_wq; | ||
| 85 | |||
| 84 | struct dquot *i_dquot[MAXQUOTAS]; | 86 | struct dquot *i_dquot[MAXQUOTAS]; |
| 85 | }; | 87 | }; |
| 86 | 88 | ||
