commit | e4e542a683c16945533d700339a0aec261d39f34 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Jul 17 14:25:01 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 17 14:25:57 2018 -0700 |
tree | 836a607674664bdf74ca844332319964bcd920fb | |
parent | 897992b7e3505659fda57887223bd6bfe163c12f [diff] |
xfs: use swap macro in xfs_dir2_leafn_rebalance Make use of the swap macro and remove unnecessary variable *tmp*. This makes the code easier to read and maintain. Also, slightly refactor some code. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>