commit | a69a1dc2842e4548efca956c86e0816f2662ccb7 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jun 29 14:49:20 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 07 07:15:09 2020 -0700 |
tree | 3e20729b1b339dc0d8e4fd29798e1a3b0afc2d97 | |
parent | 5717ea4d527acbec9300cb083b100dd0003ac777 [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> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>