]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/afs/super.c
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
[linux-beck.git] / fs / afs / super.c
index 82468df0ba540dd55bf68d863b40fee09862e4bb..67d1f5c819eccc08936e9c11ad0b0bef58c7118f 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,