From 09beb81a5a4e5360ae6a9ebf2ad763619fa5ce7f Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 21 Apr 2008 11:49:26 +0300 Subject: [PATCH] --- yaml --- r: 95837 b: refs/heads/master c: 4d8755b5e667df8f01647773ba744a5ac97e68e6 h: refs/heads/master i: 95835: e6d38bc67f0a2245c52f735d09b61fc52f3e2943 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/stack_user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 83fe51384e3c..c7f626541818 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9d80f7539a91c0154e40fc9e4ae5e818dd8f102e +refs/heads/master: 4d8755b5e667df8f01647773ba744a5ac97e68e6 diff --git a/trunk/fs/ocfs2/stack_user.c b/trunk/fs/ocfs2/stack_user.c index 7428663f9cbb..b503772cd0ec 100644 --- a/trunk/fs/ocfs2/stack_user.c +++ b/trunk/fs/ocfs2/stack_user.c @@ -635,7 +635,7 @@ static const struct file_operations ocfs2_control_fops = { .owner = THIS_MODULE, }; -struct miscdevice ocfs2_control_device = { +static struct miscdevice ocfs2_control_device = { .minor = MISC_DYNAMIC_MINOR, .name = "ocfs2_control", .fops = &ocfs2_control_fops,