X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fafs%2Fsuper.c;h=93a7821db0d77aafd7b31135aecaf49128f68178;hb=1f5ce9e93aa96a867f195ed45f6f77935175f12e;hp=53c56e7231abf4e1bf8e88b0884dcd303f333b8a;hpb=55d8ca4f8094246da6e71889a4e04bfafaa78b10;p=linux-2.6 diff --git a/fs/afs/super.c b/fs/afs/super.c index 53c56e7231..93a7821db0 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c @@ -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,