[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 2006-01-18 02:21:40.000000000 +0300 +++ linux-kj/fs/jffs/intrep.c 2006-01-18 16:44:59.000000000 +0300 @@ -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 =