commit | bab98bbe6e1e38bf2fa5018a195608553095f51b | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Feb 23 21:22:54 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Feb 23 21:22:54 2015 +1100 |
tree | 7d22e47227132f29ad6f9d7e116d1e4eabfca04f | |
parent | 5681ca40064fdb3efe477a604d690ab0425708b3 [diff] |
xfs: introduce xfs_mod_frextents Add a new helper to modify the incore counter of free realtime extents. This matches the helpers used for inode and data block counters, and removes a significant users of the xfs_mod_incore_sb() interface. Based on a patch originally from Christoph Hellwig. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>