commit | 689797bdef2cbd9e93b6d435127da6f513d9d3cb | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri May 22 12:18:29 2020 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Fri May 22 12:18:29 2020 +1000 |
tree | 1a0e0200978f4829d4e506f28c9cfa30a61ff30c | |
parent | 625d9019e66af4550a0ebcbc5dc04e68f41bc068 [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>