commit | 62bbdd9974678513fee113f09f6b672623521179 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sun Jul 29 16:11:59 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 29 16:11:59 2018 -0400 |
tree | d92acb845a765a1c2b5f2a4121eb235c2add9610 | |
parent | 21ac738ede0b49004b53b4a44fe3df7bb4a78280 [diff] |
ext4: use swap macro in mext_page_double_lock 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@embeddedor.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>