Linux: pagecache: Fix issue reported in #1527

This commit is contained in:
Gustavo Moreira
2025-01-14 13:30:10 +11:00
parent d21fdb4211
commit 529b67fc96
@@ -469,6 +469,8 @@ class InodePages(plugins.PluginInterface):
inode_size,
page_idx,
)
continue
f.seek(current_fp)
f.write(page_bytes)