[-mm patch] fs/reiserfs/stree.c: make MAX_KEY static

From: Adrian Bunk
Date: Sun May 01 2005 - 11:23:23 EST


Since MAX_KEY no longer has any user in other files, it can be made
static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.12-rc3-mm2-full/fs/reiserfs/stree.c.old 2005-05-01 15:33:11.000000000 +0200
+++ linux-2.6.12-rc3-mm2-full/fs/reiserfs/stree.c 2005-05-01 15:33:19.000000000 +0200
@@ -223,7 +223,7 @@
const struct reiserfs_key MIN_KEY = {0, 0, {{0, 0},}};

/* Maximal possible key. It is never in the tree. */
-const struct reiserfs_key MAX_KEY = {
+static const struct reiserfs_key MAX_KEY = {
__constant_cpu_to_le32(0xffffffff),
__constant_cpu_to_le32(0xffffffff),
{{__constant_cpu_to_le32(0xffffffff),

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/