commit | e6b965705685c7fc2f24a68410529f86c08c7277 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Mar 13 23:15:29 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Mar 14 11:12:52 2018 -0700 |
tree | 0e34740ae42c3c3fc783a5a5d95e2094783e4640 | |
parent | 656de4ffaffd921e1b45de4150c86ba50da135e9 [diff] |
xfs: refactor xfs_log_force Streamline the conditionals so that it is more obvious which specific case form the top of the function comments is being handled. Use gotos only for early returns. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>