X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Faffs%2Fbitmap.c;h=c4a5ad09ddf2c2a76d38ddf4d91f7126058029c3;hb=958eb80bd2a5bb086cd3f42ae06786cfe75b87b8;hp=b330009fe42dbdb02ca987169981a9e67706e7e4;hpb=fb7665544dd60e016494cd5531f5b65ddae22ddc;p=linux-2.6-omap-h63xx.git diff --git a/fs/affs/bitmap.c b/fs/affs/bitmap.c index b330009fe42..c4a5ad09ddf 100644 --- a/fs/affs/bitmap.c +++ b/fs/affs/bitmap.c @@ -11,7 +11,7 @@ /* This is, of course, shamelessly stolen from fs/minix */ -static int nibblemap[] = { 0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4 }; +static const int nibblemap[] = { 0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4 }; static u32 affs_count_free_bits(u32 blocksize, const void *data)