Commit 4af694e672aaa85940d6e29d27b7eeea5f6eb258
Committed by
Mark Fasheh
1 parent
4d8755b5e6
Exists in
master
and in
7 other branches
ocfs2: make struct o2cb_stack_ops static
This patch makes the needlessly global struct o2cb_stack_ops static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
fs/ocfs2/stack_o2cb.c
... | ... | @@ -385,7 +385,7 @@ |
385 | 385 | return 0; |
386 | 386 | } |
387 | 387 | |
388 | -struct ocfs2_stack_operations o2cb_stack_ops = { | |
388 | +static struct ocfs2_stack_operations o2cb_stack_ops = { | |
389 | 389 | .connect = o2cb_cluster_connect, |
390 | 390 | .disconnect = o2cb_cluster_disconnect, |
391 | 391 | .hangup = o2cb_cluster_hangup, |