projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0a50a
)
fs/reiserfs/stree.c: remove obsolete __constant
author
Fabian Frederick
<fabf@skynet.be>
Fri, 6 Jun 2014 21:38:12 +0000
(14:38 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 6 Jun 2014 23:08:17 +0000
(16:08 -0700)
__constant_cpu_to_le32 converted to cpu_to_le32
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/stree.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/reiserfs/stree.c
b/fs/reiserfs/stree.c
index b14706a05d520d4b960681cc6dd8d5e6231e32d2..615cd9ab79408e8c6beff56fa3f74c201e7384ff 100644
(file)
--- 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