ext4: use kernel names for byte swaps
authorMichael Walle <michael@walle.cc>
Mon, 29 Aug 2016 08:46:44 +0000 (10:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 13:02:02 +0000 (09:02 -0400)
commit7f101be314da1f6f612a1b84822f791d6569946b
treeef301e411c3f170f527db801912bdc710974b379
parent2a0b7a971aac682112cf676c6583196faafcb2b0
ext4: use kernel names for byte swaps

Instead of __{be,le}{16,32}_to_cpu use {be,le}{16,32}_to_cpu.

Signed-off-by: Michael Walle <michael@walle.cc>
fs/ext4/ext4_common.c
fs/ext4/ext4_write.c
fs/ext4/ext4fs.c
include/ext_common.h