summaryrefslogtreecommitdiff
path: root/ext2fs/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/pager.c')
-rw-r--r--ext2fs/pager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext2fs/pager.c b/ext2fs/pager.c
index e0972af6..95b6da13 100644
--- a/ext2fs/pager.c
+++ b/ext2fs/pager.c
@@ -19,6 +19,9 @@
#include <strings.h>
#include <stdio.h>
+spin_lock_t pagerlistlock = SPIN_LOCK_INITIALIZER;
+struct user_pager_info *filepagerlist;
+
spin_lock_t node2pagelock = SPIN_LOCK_INITIALIZER;
#ifdef DONT_CACHE_MEMORY_OBJECTS