diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 078883772bd6..b767fd7da6eb 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -285,7 +285,7 @@ struct ocfs2_super | |||
285 | /* Truncate log info */ | 285 | /* Truncate log info */ |
286 | struct inode *osb_tl_inode; | 286 | struct inode *osb_tl_inode; |
287 | struct buffer_head *osb_tl_bh; | 287 | struct buffer_head *osb_tl_bh; |
288 | struct work_struct osb_truncate_log_wq; | 288 | struct delayed_work osb_truncate_log_wq; |
289 | 289 | ||
290 | struct ocfs2_node_map osb_recovering_orphan_dirs; | 290 | struct ocfs2_node_map osb_recovering_orphan_dirs; |
291 | unsigned int *osb_orphan_wipes; | 291 | unsigned int *osb_orphan_wipes; |