summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();