ocfs2: solve a problem of crossing the boundary in updating backups
[cascardo/linux.git] / fs / ocfs2 / stackglue.c
index 5d965e8..13219ed 100644 (file)
@@ -629,7 +629,8 @@ static struct attribute_group ocfs2_attr_group = {
        .attrs = ocfs2_attrs,
 };
 
-static struct kset *ocfs2_kset;
+struct kset *ocfs2_kset;
+EXPORT_SYMBOL_GPL(ocfs2_kset);
 
 static void ocfs2_sysfs_exit(void)
 {