summaryrefslogtreecommitdiff
path: root/common/filter
diff options
context:
space:
mode:
Diffstat (limited to 'common/filter')
-rw-r--r--common/filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/filter b/common/filter
index f10ba78a..509ee950 100644
--- a/common/filter
+++ b/common/filter
@@ -228,7 +228,7 @@ _filter_xfs_io_blocks_modified()
_filter_xfs_io_pages_modified()
{
- PAGE_SIZE=$(get_page_size)
+ PAGE_SIZE=$(_get_page_size)
_filter_xfs_io_units_modified "Page" $PAGE_SIZE
}