]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: fix copy paste error in ext4_swap_extents()
authorManinder Singh <maninder1.s@samsung.com>
Sun, 6 Aug 2017 05:33:07 +0000 (01:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 6 Aug 2017 05:33:07 +0000 (01:33 -0400)
commit4e5620132144666ab41fc2799fbc055830187b7e
tree92666dbc47b63c8a3345b6e0491e12f6361803de
parentaec51758ce10a9c847a62a48a168f8c804c6e053
ext4: fix copy paste error in ext4_swap_extents()

This bug was found by a static code checker tool for copy paste
problems.

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Vaneet Narang <v.narang@samsung.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c