From: Fabian Frederick Date: Sat, 17 May 2014 13:19:23 +0000 (+1000) Subject: fs/reiserfs/stree.c: remove obsolete __constant X-Git-Tag: next-20140519~3^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2d0dbbec419e37e9b8c6790635dbd1f4a26418a;p=karo-tx-linux.git fs/reiserfs/stree.c: remove obsolete __constant __constant_cpu_to_le32 converted to cpu_to_le32 Signed-off-by: Fabian Frederick Cc: Jeff Mahoney Signed-off-by: Andrew Morton --- diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c index b14706a05d52..615cd9ab7940 100644 --- a/fs/reiserfs/stree.c +++ b/fs/reiserfs/stree.c @@ -228,10 +228,10 @@ const struct reiserfs_key MIN_KEY = { 0, 0, {{0, 0},} }; /* Maximal possible key. It is never in the tree. */ static const struct reiserfs_key MAX_KEY = { - __constant_cpu_to_le32(0xffffffff), - __constant_cpu_to_le32(0xffffffff), - {{__constant_cpu_to_le32(0xffffffff), - __constant_cpu_to_le32(0xffffffff)},} + cpu_to_le32(0xffffffff), + cpu_to_le32(0xffffffff), + {{cpu_to_le32(0xffffffff), + cpu_to_le32(0xffffffff)},} }; /* Get delimiting key of the buffer by looking for it in the buffers in the path, starting from the bottom