commit | 3cdcacbe00a8daf6913a9b775a824e8d30976814 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jun 04 17:41:59 2020 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jun 04 17:41:59 2020 +1000 |
tree | a01ba110473ba8189b1f1ac8570b32de7da2364e | |
parent | 5ffda1f33df4d4def39f1169f81265fb1229b9e4 [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>