summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/ext2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c
index 10a34b04..ec023134 100644
--- a/ext2fs/ext2fs.c
+++ b/ext2fs/ext2fs.c
@@ -251,7 +251,7 @@ main (int argc, char **argv)
/* Map the entire disk. */
create_disk_pager ();
- pokel_init (&sblock_pokel, disk_pager->p, disk_image);
+ pokel_init (&global_pokel, disk_pager->p, disk_image);
/* Start the first request thread, to handle RPCs and page requests. */
diskfs_spawn_first_thread ();