From 74e7aa0c0177047d2362942665bb57c9de868541 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 21 Apr 2008 11:49:31 +0300 Subject: [PATCH] --- yaml --- r: 95838 b: refs/heads/master c: 4af694e672aaa85940d6e29d27b7eeea5f6eb258 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/stack_o2cb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c7f626541818..25019421db0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d8755b5e667df8f01647773ba744a5ac97e68e6 +refs/heads/master: 4af694e672aaa85940d6e29d27b7eeea5f6eb258 diff --git a/trunk/fs/ocfs2/stack_o2cb.c b/trunk/fs/ocfs2/stack_o2cb.c index ac1d74c63bf5..bbd1667aa7d3 100644 --- a/trunk/fs/ocfs2/stack_o2cb.c +++ b/trunk/fs/ocfs2/stack_o2cb.c @@ -385,7 +385,7 @@ static int o2cb_cluster_this_node(unsigned int *node) return 0; } -struct ocfs2_stack_operations o2cb_stack_ops = { +static struct ocfs2_stack_operations o2cb_stack_ops = { .connect = o2cb_cluster_connect, .disconnect = o2cb_cluster_disconnect, .hangup = o2cb_cluster_hangup,