diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 71d7aaebb912..15188cc99449 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -1537,7 +1537,8 @@ xfs_fs_mount( | |||
1537 | 1537 | ||
1538 | static long | 1538 | static long |
1539 | xfs_fs_nr_cached_objects( | 1539 | xfs_fs_nr_cached_objects( |
1540 | struct super_block *sb) | 1540 | struct super_block *sb, |
1541 | int nid) | ||
1541 | { | 1542 | { |
1542 | return xfs_reclaim_inodes_count(XFS_M(sb)); | 1543 | return xfs_reclaim_inodes_count(XFS_M(sb)); |
1543 | } | 1544 | } |
@@ -1545,7 +1546,8 @@ xfs_fs_nr_cached_objects( | |||
1545 | static long | 1546 | static long |
1546 | xfs_fs_free_cached_objects( | 1547 | xfs_fs_free_cached_objects( |
1547 | struct super_block *sb, | 1548 | struct super_block *sb, |
1548 | long nr_to_scan) | 1549 | long nr_to_scan, |
1550 | int nid) | ||
1549 | { | 1551 | { |
1550 | return xfs_reclaim_inodes_nr(XFS_M(sb), nr_to_scan); | 1552 | return xfs_reclaim_inodes_nr(XFS_M(sb), nr_to_scan); |
1551 | } | 1553 | } |