From afd54c6881a51fe9cef843b36d289ae74a8f14bb Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Sat, 3 May 2014 22:33:24 +0200 Subject: reiserfs: remove obsolete __constant_cpu_to_le32 __constant_cpu_to_le32 converted to cpu_to_le32 Cc: reiserfs-devel@vger.kernel.org Cc: Andrew Morton Signed-off-by: Fabian Frederick Signed-off-by: Jan Kara --- fs/reiserfs/stree.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fs/reiserfs') diff --git a/fs/reiserfs/stree.c b/fs/reiserfs/stree.c index dfb02febf814..dd44468edc2b 100644 --- a/fs/reiserfs/stree.c +++ b/fs/reiserfs/stree.c @@ -197,10 +197,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)},} }; /* -- cgit v1.2.3