[PATCH] fs/jffs/intrep.c: 255 is unsigned char From: Felix Oxley Signed-off-by: Felix Oxley Signed-off-by: Alexey Dobriyan Index: linux-kj/fs/jffs/intrep.c =================================================================== --- linux-kj.orig/fs/jffs/intrep.c 2005-10-11 18:36:36.000000000 +0400 +++ linux-kj/fs/jffs/intrep.c 2005-10-11 18:38:23.000000000 +0400 @@ -1967,7 +1967,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 =