]> err.no Git - linux-2.6/blobdiff - fs/afs/super.c
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
[linux-2.6] / fs / afs / super.c
index 53c56e7231abf4e1bf8e88b0884dcd303f333b8a..93a7821db0d77aafd7b31135aecaf49128f68178 100644 (file)
@@ -48,7 +48,7 @@ static void afs_put_super(struct super_block *sb);
 
 static void afs_destroy_inode(struct inode *inode);
 
-static struct file_system_type afs_fs_type = {
+struct file_system_type afs_fs_type = {
        .owner          = THIS_MODULE,
        .name           = "afs",
        .get_sb         = afs_get_sb,