From febfcf9115917ba80931dbf9f36d8d413698b628 Mon Sep 17 00:00:00 2001 From: Philippe De Muyter Date: Tue, 16 Oct 2007 23:26:15 -0700 Subject: fs: mark nibblemap const Signed-off-by: Philippe De Muyter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/ext3/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ext3') diff --git a/fs/ext3/bitmap.c b/fs/ext3/bitmap.c index b9176eed98d..6afc39d8025 100644 --- a/fs/ext3/bitmap.c +++ b/fs/ext3/bitmap.c @@ -13,7 +13,7 @@ #ifdef EXT3FS_DEBUG -static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; +static const int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) { -- cgit v1.2.3