aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/ocfs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r--fs/ocfs2/ocfs2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h
index 553f53cc73ae..64c02239ba46 100644
--- a/fs/ocfs2/ocfs2.h
+++ b/fs/ocfs2/ocfs2.h
@@ -30,6 +30,7 @@
30#include <linux/sched.h> 30#include <linux/sched.h>
31#include <linux/wait.h> 31#include <linux/wait.h>
32#include <linux/list.h> 32#include <linux/list.h>
33#include <linux/llist.h>
33#include <linux/rbtree.h> 34#include <linux/rbtree.h>
34#include <linux/workqueue.h> 35#include <linux/workqueue.h>
35#include <linux/kref.h> 36#include <linux/kref.h>
@@ -419,6 +420,10 @@ struct ocfs2_super
419 struct ocfs2_dentry_lock *dentry_lock_list; 420 struct ocfs2_dentry_lock *dentry_lock_list;
420 struct work_struct dentry_lock_work; 421 struct work_struct dentry_lock_work;
421 422
423 /* List of dquot structures to drop last reference to */
424 struct llist_head dquot_drop_list;
425 struct work_struct dquot_drop_work;
426
422 wait_queue_head_t osb_mount_event; 427 wait_queue_head_t osb_mount_event;
423 428
424 /* Truncate log info */ 429 /* Truncate log info */