projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a3a56
)
reiserfs: remove obsolete __constant_cpu_to_le32
author
Fabian Frederick
<fabf@skynet.be>
Sat, 3 May 2014 20:33:24 +0000
(22:33 +0200)
committer
Jan Kara
<jack@suse.cz>
Wed, 14 May 2014 21:57:46 +0000
(23:57 +0200)
__constant_cpu_to_le32 converted to cpu_to_le32
Cc: reiserfs-devel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/reiserfs/stree.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/stree.c
b/fs/reiserfs/stree.c
index dfb02febf814395cf6bf89beba0ab379a65dc541..dd44468edc2b43927a9f04aa2fc050bb38b9454a 100644
(file)
--- 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)},}
};
/*