summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-17 15:38:01 +0000
committerMiles Bader <miles@gnu.org>1995-04-17 15:38:01 +0000
commit08c8e17ebb85166cf4247f00969f7165fef536fa (patch)
tree5fd66a270d13c5b28f6a2589e016073f58a621e8
parentce475f245aab7dac857158d155a273c4c5808b3d (diff)
Formerly pager.c.~15~
-rw-r--r--ext2fs/pager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/pager.c b/ext2fs/pager.c
index 9e8b5bb3..556b23c4 100644
--- a/ext2fs/pager.c
+++ b/ext2fs/pager.c
@@ -526,7 +526,7 @@ diskfs_sync_everything (int wait)
if (p != disk_pager)
pager_sync (p->p, wait);
else
- pokel_sync (&sblock_pokel, wait);
+ pokel_sync (&global_pokel, wait);
}
copy_sblock ();