Re: [PATCH v2] ext4: use swap macro in mext_page_double_lock

From: Theodore Y. Ts'o
Date: Sun Jul 29 2018 - 16:12:46 EST


On Thu, Jul 26, 2018 at 12:43:23PM -0500, Gustavo A. R. Silva wrote:
> Make use of the swap macro and remove unnecessary variable *tmp*.
> This makes the code easier to read and maintain.
>
> This code was detected with the help of Coccinelle.
>
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Thanks, applied.

- Ted