summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-17 15:37:54 +0000
committerMiles Bader <miles@gnu.org>1995-04-17 15:37:54 +0000
commit06e1eff6c15b82e323de9fe0248c0eb2784d378d (patch)
tree5295f5308898756732ce5685534da50d146164ac /ext2fs/ext2fs.c
parent8e16847ae562d2d78e984f25bdd5169638ba5da8 (diff)
Formerly ext2fs.c.~13~
Diffstat (limited to 'ext2fs/ext2fs.c')
-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 ();