From: Fabian Frederick Date: Fri, 6 Jun 2014 21:38:12 +0000 (-0700) Subject: fs/reiserfs/stree.c: remove obsolete __constant X-Git-Tag: v4.9.8~6305^2~4^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=310bf8f74927d0b945cd3e11dc5cef961ec04fd1;p=platform%2Fkernel%2Flinux-rpi3.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 Signed-off-by: Linus Torvalds --- diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c index b14706a..615cd9a 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