commit | 2b64ee5cdc106704b5c0f8954a52aa598eee25eb | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Thu Apr 24 16:00:53 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Apr 24 16:00:53 2014 +1000 |
tree | 680de9fa15c6429682d97ca0b1727194d7040d9f | |
parent | 6dd8638e4e8764e0d6557fc62840a815a99c136d [diff] |
xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper Refactor xfs_difree() in preparation for the finobt. xfs_difree() performs the validity checks against the ag and reads the agi header. The work of physically updating the inode allocation btree is pushed down into the new xfs_difree_inobt() helper. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>