diff options
author | Miles Bader <miles@gnu.org> | 1995-04-17 15:37:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-17 15:37:54 +0000 |
commit | 06e1eff6c15b82e323de9fe0248c0eb2784d378d (patch) | |
tree | 5295f5308898756732ce5685534da50d146164ac | |
parent | 8e16847ae562d2d78e984f25bdd5169638ba5da8 (diff) |
Formerly ext2fs.c.~13~
-rw-r--r-- | ext2fs/ext2fs.c | 2 |
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 (); |