commit | 89e9b5c0915aaeaf673a14e794c559768eda5534 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 11 21:52:01 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 11 21:53:52 2018 -0700 |
tree | 192f047e8d72bf02127c944d6b9f47c8b930e3f0 | |
parent | 0703a8e1c17e2cba742eafe640be3b60f77352c4 [diff] |
xfs: update incore per-AG inode count For whatever reason we never actually update pagi_count (the in-core perag inode count) when we allocate or free inode chunks. Online scrub is going to use it, so we need to fix the accounting. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>