]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: factor xfs_iflush_done
authorDave Chinner <dchinner@redhat.com>
Mon, 29 Jun 2020 21:49:20 +0000 (14:49 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 7 Jul 2020 14:15:09 +0000 (07:15 -0700)
commit2122f6ac320c049b150bbcb59c4686d0dfc39ce5
tree3e20729b1b339dc0d8e4fd29798e1a3b0afc2d97
parent22a2bc895c1d91c067248457f542884d52581948
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>
fs/xfs/xfs_inode_item.c