ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
[deliverable/linux.git] / fs / ocfs2 / ocfs2.h
index 0462a7f4e21b398300f3ed1bf8b80b6b7d30ce07..553e7021b6a70431eb1785c031a410b154c8f549 100644 (file)
@@ -34,6 +34,7 @@
 #include <linux/workqueue.h>
 #include <linux/kref.h>
 #include <linux/mutex.h>
+#include <linux/jbd.h>
 
 #include "cluster/nodemanager.h"
 #include "cluster/heartbeat.h"
@@ -181,7 +182,6 @@ enum ocfs2_mount_options
 #define OCFS2_OSB_ERROR_FS     0x0004
 
 struct ocfs2_journal;
-struct ocfs2_journal_handle;
 struct ocfs2_super
 {
        struct task_struct *commit_task;
This page took 0.031441 seconds and 5 git commands to generate.