diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index a7cdd56f4c79..9027729e3992 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -75,7 +75,7 @@ | |||
75 | 75 | ||
76 | #include "buffer_head_io.h" | 76 | #include "buffer_head_io.h" |
77 | 77 | ||
78 | static struct kmem_cache *ocfs2_inode_cachep = NULL; | 78 | static struct kmem_cache *ocfs2_inode_cachep; |
79 | struct kmem_cache *ocfs2_dquot_cachep; | 79 | struct kmem_cache *ocfs2_dquot_cachep; |
80 | struct kmem_cache *ocfs2_qf_chunk_cachep; | 80 | struct kmem_cache *ocfs2_qf_chunk_cachep; |
81 | 81 | ||
@@ -85,7 +85,7 @@ struct kmem_cache *ocfs2_qf_chunk_cachep; | |||
85 | * workqueue and schedule on our own. */ | 85 | * workqueue and schedule on our own. */ |
86 | struct workqueue_struct *ocfs2_wq = NULL; | 86 | struct workqueue_struct *ocfs2_wq = NULL; |
87 | 87 | ||
88 | static struct dentry *ocfs2_debugfs_root = NULL; | 88 | static struct dentry *ocfs2_debugfs_root; |
89 | 89 | ||
90 | MODULE_AUTHOR("Oracle"); | 90 | MODULE_AUTHOR("Oracle"); |
91 | MODULE_LICENSE("GPL"); | 91 | MODULE_LICENSE("GPL"); |