commit | 19aba281d8dc0e0bfe900bb2f6848690257679ce | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jun 22 13:50:58 2020 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon Jun 22 13:50:58 2020 +1000 |
tree | 9947f690ce2a63397ce55bc8bd6556ede9bb1439 | |
parent | 463c11284b6356bf21c417e7252d96fb737086fe [diff] |
xfs: factor xfs_iflush_done xfs_iflush_done() does 3 distinct operations to the inodes attached to the buffer. Separate these operations out into functions so that it is easier to modify these operations independently in future. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>