From: Felix Oxley Signed-off-by: Felix Oxley Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- fs/jffs/intrep.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/jffs/intrep.c~fs-jffs-intrepc-255-is-unsigned-char fs/jffs/intrep.c --- devel/fs/jffs/intrep.c~fs-jffs-intrepc-255-is-unsigned-char 2006-01-22 02:58:20.000000000 -0800 +++ devel-akpm/fs/jffs/intrep.c 2006-01-22 02:58:20.000000000 -0800 @@ -1965,7 +1965,7 @@ retry: iovec_cnt++; if (JFFS_GET_PAD_BYTES(raw_inode->nsize)) { - static char allff[3]={255,255,255}; + static unsigned char allff[3]={255,255,255}; /* Add some extra padding if necessary */ node_iovec[iovec_cnt].iov_base = allff; node_iovec[iovec_cnt].iov_len = _