diff options
Diffstat (limited to 'fs/jffs2/wbuf.c')
-rw-r--r-- | fs/jffs2/wbuf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/jffs2/wbuf.c b/fs/jffs2/wbuf.c index f9da0e755a3e..f87f11af7086 100644 --- a/fs/jffs2/wbuf.c +++ b/fs/jffs2/wbuf.c | |||
@@ -970,9 +970,9 @@ exit: | |||
970 | 970 | ||
971 | static const struct jffs2_unknown_node oob_cleanmarker = | 971 | static const struct jffs2_unknown_node oob_cleanmarker = |
972 | { | 972 | { |
973 | .magic = cpu_to_je16(JFFS2_MAGIC_BITMASK), | 973 | .magic = constant_cpu_to_je16(JFFS2_MAGIC_BITMASK), |
974 | .nodetype = cpu_to_je16(JFFS2_NODETYPE_CLEANMARKER), | 974 | .nodetype = constant_cpu_to_je16(JFFS2_NODETYPE_CLEANMARKER), |
975 | .totlen = cpu_to_je32(8) | 975 | .totlen = constant_cpu_to_je32(8) |
976 | }; | 976 | }; |
977 | 977 | ||
978 | /* | 978 | /* |